Sstop

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:IQVSlot: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 199

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

Selects the range of subsweeps to be measured (first and last subsweep of a sweep) . The total number of steps must not exceed 3000 (step count times number of subsweeps) .

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>:IQVSlot:LIST:SSTop
driver.configure.iqVsSlot.listPy.sstop.set(start_index = 1, stop_index = 1)

Selects the range of subsweeps to be measured (first and last subsweep of a sweep) . The total number of steps must not exceed 3000 (step count times number of subsweeps) .

param start_index:

numeric Range: 0 to StopIndex

param stop_index:

numeric Range: StartIndex to 199