Sstop

SCPI Command :

SOURce:GPRF:GENerator<Instance>:LIST:SSTop
class SstopCls[source]

Sstop commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Start_Index: int: integer Range: 0 to min{StopIndex,1999}

  • Stop_Index: int: integer Range: StartIndex to 1999

get() GetStruct[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:SSTop
value: GetStruct = driver.source.listPy.sstop.get()

Defines the first and last generated frequency/level steps in list mode.

return:

structure: for return value, see the help for GetStruct structure arguments.

set(start_index: int, stop_index: int, goto_index: int = None) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:SSTop
driver.source.listPy.sstop.set(start_index = 1, stop_index = 1, goto_index = 1)

Defines the first and last generated frequency/level steps in list mode.

param start_index:

integer Range: 0 to min{StopIndex,1999}

param stop_index:

integer Range: StartIndex to 1999

param goto_index:

integer The start index for all but the first generator cycle in continuous mode. See also method RsCmwGprfGen.Source.ListPy.goto. Range: StartIndex to StopIndex