ListPy
SCPI Commands :
CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:OSINdex
CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:CMODe
CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:NCONnections
CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST
- class ListPyCls[source]
ListPy commands group definition. 12 total commands, 3 Subgroups, 4 group commands
- get_cmode() ParameterSetMode[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:CMODe value: enums.ParameterSetMode = driver.configure.niotMeas.multiEval.listPy.get_cmode()
Sets the connector mode, selecting whether all list mode segments use the same RF connection.
- return:
connector_mode: - GLOBal: Use the same RF connection for all segments, see ROUTe:NIOT:MEASi:SPATh. - LIST: Assign a connection to each segment, see CONFigure:NIOT:MEASi:MEValuation:LIST:SEGMentno:CIDX.
- get_nconnections() int[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:NCONnections value: int = driver.configure.niotMeas.multiEval.listPy.get_nconnections()
Sets the number of connections to be defined for the list mode, for connector mode LIST. Define the connections via ROUTe:NIOT:MEAS<i>:SPATh.
- return:
no_of_connections: The maximum number of connections is limited by the number of connectors per smart channel.
- get_os_index() int[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:OSINdex value: int or bool = driver.configure.niotMeas.multiEval.listPy.get_os_index()
Selects the segment to be displayed in offline mode. The index refers to the range of measured segments, see method RsCMPX_NiotMeas.Configure.NiotMeas.MultiEval.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:NIOT:MEASurement<Instance>:MEValuation:LIST value: bool = driver.configure.niotMeas.multiEval.listPy.get_value()
Enables or disables the list mode.
- return:
enable: OFF: Disable list mode ON: Enable list mode
- set_cmode(connector_mode: ParameterSetMode) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:CMODe driver.configure.niotMeas.multiEval.listPy.set_cmode(connector_mode = enums.ParameterSetMode.GLOBal)
Sets the connector mode, selecting whether all list mode segments use the same RF connection.
- param connector_mode:
GLOBal: Use the same RF connection for all segments, see ROUTe:NIOT:MEASi:SPATh.
LIST: Assign a connection to each segment, see CONFigure:NIOT:MEASi:MEValuation:LIST:SEGMentno:CIDX.
- set_nconnections(no_of_connections: int) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:NCONnections driver.configure.niotMeas.multiEval.listPy.set_nconnections(no_of_connections = 1)
Sets the number of connections to be defined for the list mode, for connector mode LIST. Define the connections via ROUTe:NIOT:MEAS<i>:SPATh.
- param no_of_connections:
The maximum number of connections is limited by the number of connectors per smart channel.
- set_os_index(offline_seg_index: int) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:OSINdex driver.configure.niotMeas.multiEval.listPy.set_os_index(offline_seg_index = 1)
Selects the segment to be displayed in offline mode. The index refers to the range of measured segments, see method RsCMPX_NiotMeas.Configure.NiotMeas.MultiEval.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:NIOT:MEASurement<Instance>:MEValuation:LIST driver.configure.niotMeas.multiEval.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.niotMeas.multiEval.listPy.clone()
Subgroups