ListPy

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:SLENgth
CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:COUNt
CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:STARt
CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:STOP
CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST
class ListPyCls[source]

ListPy commands group definition. 10 total commands, 3 Subgroups, 5 group commands

get_count() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:COUNt
value: int = driver.configure.iqRecorder.listPy.get_count()

No command help available

return:

result_count: No help available

get_slength() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:SLENgth
value: float = driver.configure.iqRecorder.listPy.get_slength()

No command help available

return:

step_length: No help available

get_start() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:STARt
value: int = driver.configure.iqRecorder.listPy.get_start()

No command help available

return:

start_index: No help available

get_stop() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:STOP
value: int = driver.configure.iqRecorder.listPy.get_stop()

No command help available

return:

stop_index: No help available

get_value() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST
value: bool = driver.configure.iqRecorder.listPy.get_value()

No command help available

return:

enable_list_mode: No help available

set_slength(step_length: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:SLENgth
driver.configure.iqRecorder.listPy.set_slength(step_length = 1.0)

No command help available

param step_length:

No help available

set_start(start_index: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:STARt
driver.configure.iqRecorder.listPy.set_start(start_index = 1)

No command help available

param start_index:

No help available

set_stop(stop_index: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:STOP
driver.configure.iqRecorder.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: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST
driver.configure.iqRecorder.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.configure.iqRecorder.listPy.clone()

Subgroups