Index
SCPI Commands :
[SOURce<HW>]:LIST:INDex:STARt
[SOURce<HW>]:LIST:INDex:STOP
[SOURce<HW>]:LIST:INDex
- class IndexCls[source]
Index commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_start() int [source]
# SCPI: [SOURce<HW>]:LIST:INDex:STARt value: int = driver.source.listPy.index.get_start()
Sets the start and stop index of the index range which defines a subgroup of frequency/level value pairs in the current list.
- return
start: No help available
- get_stop() int [source]
# SCPI: [SOURce<HW>]:LIST:INDex:STOP value: int = driver.source.listPy.index.get_stop()
Sets the start and stop index of the index range which defines a subgroup of frequency/level value pairs in the current list.
- return
stop: integer Index range Only values inside this range are processed in list mode Range: 0 to list length
- get_value() int [source]
# SCPI: [SOURce<HW>]:LIST:INDex value: int = driver.source.listPy.index.get_value()
Sets the list index in LIST:MODE STEP. After the trigger signal, the instrument processes the frequency and level settings of the selected index.
- return
index: integer
- set_start(start: int) None [source]
# SCPI: [SOURce<HW>]:LIST:INDex:STARt driver.source.listPy.index.set_start(start = 1)
Sets the start and stop index of the index range which defines a subgroup of frequency/level value pairs in the current list.
- param start
integer Index range Only values inside this range are processed in list mode Range: 0 to list length
- set_stop(stop: int) None [source]
# SCPI: [SOURce<HW>]:LIST:INDex:STOP driver.source.listPy.index.set_stop(stop = 1)
Sets the start and stop index of the index range which defines a subgroup of frequency/level value pairs in the current list.
- param stop
integer Index range Only values inside this range are processed in list mode Range: 0 to list length
- set_value(index: int) None [source]
# SCPI: [SOURce<HW>]:LIST:INDex driver.source.listPy.index.set_value(index = 1)
Sets the list index in LIST:MODE STEP. After the trigger signal, the instrument processes the frequency and level settings of the selected index.
- param index
integer