ListPy

SCPI Commands :

SOURce:GPRF:GENerator<Instance>:LIST:AINDex
SOURce:GPRF:GENerator<Instance>:LIST:GOTO
SOURce:GPRF:GENerator<Instance>:LIST:REPetition
SOURce:GPRF:GENerator<Instance>:LIST:STARt
SOURce:GPRF:GENerator<Instance>:LIST:STOP
SOURce:GPRF:GENerator<Instance>:LIST:COUNt
SOURce:GPRF:GENerator<Instance>:LIST:MODE
SOURce:GPRF:GENerator<Instance>:LIST:CINDex
SOURce:GPRF:GENerator<Instance>:LIST
class ListPyCls[source]

ListPy commands group definition. 33 total commands, 13 Subgroups, 9 group commands

get_aindex() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:AINDex
value: int = driver.source.gprf.generator.listPy.get_aindex()

No command help available

return:

active_index: No help available

get_cindex() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:CINDex
value: int = driver.source.gprf.generator.listPy.get_cindex()

No command help available

return:

current_index: No help available

get_count() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:COUNt
value: int = driver.source.gprf.generator.listPy.get_count()

No command help available

return:

list_count: No help available

get_goto() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:GOTO
value: int = driver.source.gprf.generator.listPy.get_goto()

No command help available

return:

goto_index: No help available

get_mode() ListSubMode[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:MODE
value: enums.ListSubMode = driver.source.gprf.generator.listPy.get_mode()

No command help available

return:

list_sub_mode: No help available

get_repetition() RepeatMode[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:REPetition
value: enums.RepeatMode = driver.source.gprf.generator.listPy.get_repetition()

No command help available

return:

repetition: No help available

get_start() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:STARt
value: int = driver.source.gprf.generator.listPy.get_start()

No command help available

return:

start_index: No help available

get_stop() int[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:STOP
value: int = driver.source.gprf.generator.listPy.get_stop()

No command help available

return:

stop_index: No help available

get_value() bool[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST
value: bool = driver.source.gprf.generator.listPy.get_value()

No command help available

return:

enable_list_mode: No help available

set_cindex(current_index: int) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:CINDex
driver.source.gprf.generator.listPy.set_cindex(current_index = 1)

No command help available

param current_index:

No help available

set_goto(goto_index: int) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:GOTO
driver.source.gprf.generator.listPy.set_goto(goto_index = 1)

No command help available

param goto_index:

No help available

set_mode(list_sub_mode: ListSubMode) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:MODE
driver.source.gprf.generator.listPy.set_mode(list_sub_mode = enums.ListSubMode.AUTO)

No command help available

param list_sub_mode:

No help available

set_repetition(repetition: RepeatMode) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:REPetition
driver.source.gprf.generator.listPy.set_repetition(repetition = enums.RepeatMode.CONTinuous)

No command help available

param repetition:

No help available

set_start(start_index: int) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:STARt
driver.source.gprf.generator.listPy.set_start(start_index = 1)

No command help available

param start_index:

No help available

set_stop(stop_index: int) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST:STOP
driver.source.gprf.generator.listPy.set_stop(stop_index = 1)

No command help available

param stop_index:

No help available

set_value(enable_list_mode: bool) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:LIST
driver.source.gprf.generator.listPy.set_value(enable_list_mode = False)

No command help available

param enable_list_mode:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.gprf.generator.listPy.clone()

Subgroups