Index

SCPI Commands :

[SOURce<HW>]:LIST:INDex:STARt
[SOURce<HW>]:LIST:INDex:STOP
[SOURce<HW>]:LIST:INDex
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_start() int[source]
# [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.

get_stop() int[source]
# [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.

Returns:

stop: integer Index range Only values inside this range are processed in list mode Range: 0 to list length

get_value() int[source]
# [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.

Returns:

index: integer

set_start(start: int) None[source]
# [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.

Parameters:

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]
# [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.

Parameters:

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]
# [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.

Parameters:

index – integer