ListPy

SCPI Commands :

CONFigure:NRMMw:MEASurement<Instance>:LIST:OSINdex
CONFigure:NRMMw:MEASurement<Instance>:LIST
class ListPyCls[source]

ListPy commands group definition. 22 total commands, 2 Subgroups, 2 group commands

get_os_index() int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:OSINdex
value: int or bool = driver.configure.nrMmwMeas.listPy.get_os_index()

Selects the number of the segment to be displayed in offline mode. The index refers to the range of measured segments, see method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.ListPy.Lrange.set. Setting a value also enables the offline mode.

return:

offline_seg_index: (integer or boolean) No help available

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

Enables or disables the list mode.

return:

enable: OFF: Disable list mode. ON: Enable list mode.

set_os_index(offline_seg_index: int) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:OSINdex
driver.configure.nrMmwMeas.listPy.set_os_index(offline_seg_index = 1)

Selects the number of the segment to be displayed in offline mode. The index refers to the range of measured segments, see method RsCMPX_NrFr2Meas.Configure.NrMmwMeas.ListPy.Lrange.set. Setting a value also enables the offline mode.

param offline_seg_index:

(integer or boolean) No help available

set_value(enable: bool) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST
driver.configure.nrMmwMeas.listPy.set_value(enable = False)

Enables or disables the list mode.

param enable:

OFF: Disable list mode. ON: Enable list mode.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrMmwMeas.listPy.clone()

Subgroups