Sstop

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:SSTop
class SstopCls[source]

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

class SstopStruct[source]

Response structure. Fields:

  • Start_Index: int: numeric Range: 0 to StopIndex

  • Stop_Index: int: numeric Range: StartIndex to 3999

get() SstopStruct[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:SSTop
value: SstopStruct = driver.configure.power.listPy.sstop.get()

Selects the range of segments to be measured (first and last segment of a sweep) . The total number of segments per sweep, including repetitions, must not be higher than 10000.

return:

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

set(start_index: int, stop_index: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:POWer:LIST:SSTop
driver.configure.power.listPy.sstop.set(start_index = 1, stop_index = 1)

Selects the range of segments to be measured (first and last segment of a sweep) . The total number of segments per sweep, including repetitions, must not be higher than 10000.

param start_index:

numeric Range: 0 to StopIndex

param stop_index:

numeric Range: StartIndex to 3999