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: No parameter help available

  • Stop_Index: int: No parameter help available

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

No command help available

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.gprf.generator.listPy.sstop.set(start_index = 1, stop_index = 1, goto_index = 1)

No command help available

param start_index:

No help available

param stop_index:

No help available

param goto_index:

No help available