ListPy
SCPI Commands :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:OSINdex
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:BMODe
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:CMODe
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:NCONnections
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST
- Commands in total: 18Subgroups: 3Direct child commands: 5
- get_bmode() ListBmode[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:BMODe value: enums.ListBmode = driver.configure.nrSubMeas.multiEval.listPy.get_bmode()
Enables the burst mode for list mode measurements of bursted FDD signals.
- Returns:
mode: OFF | TDD
OFF: All UL slots of an FDD signal are expected to be active.
TDD: Some UL slots of an FDD signal can be disabled. The configured TDD UL-DL pattern defines the slots to be measured (UL slots in the pattern) and the slots to be ignored (DL slots in the pattern) .
- get_cmode() ParameterSetMode[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:CMODe value: enums.ParameterSetMode = driver.configure.nrSubMeas.multiEval.listPy.get_cmode()
Sets the connector mode, selecting whether all list mode segments use the same RF connection.
- Returns:
connector_mode: GLOBal | LIST
GLOBal: Use the same RF connection for all segments, see ROUTe:NRSub:MEASi:SPATh.
LIST: Assign a connection to each segment, see CONFigure:NRSub:MEASi:MEValuation:LIST:SEGMentno:CIDX.
- get_nconnections() int[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:NCONnections value: int = driver.configure.nrSubMeas.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:NRSub:MEAS<i>:SPATh.
- Returns:
no_of_connections: The maximum number of connections is limited by the number of connectors per smart channel.
- get_os_index() int | bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:OSINdex value: int | bool = driver.configure.nrSubMeas.multiEval.listPy.get_os_index()
No help available
- get_value() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST value: bool = driver.configure.nrSubMeas.multiEval.listPy.get_value()
Enables or disables the list mode.
- Returns:
enable: OFF: Disable list mode. ON: Enable list mode.
- set_bmode(mode: ListBmode) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:BMODe driver.configure.nrSubMeas.multiEval.listPy.set_bmode(mode = enums.ListBmode.OFF)
Enables the burst mode for list mode measurements of bursted FDD signals.
- Parameters:
mode –
OFF | TDD
OFF: All UL slots of an FDD signal are expected to be active.
TDD: Some UL slots of an FDD signal can be disabled. The configured TDD UL-DL pattern defines the slots to be measured (UL slots in the pattern) and the slots to be ignored (DL slots in the pattern) .
- set_cmode(connector_mode: ParameterSetMode) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:CMODe driver.configure.nrSubMeas.multiEval.listPy.set_cmode(connector_mode = enums.ParameterSetMode.GLOBal)
Sets the connector mode, selecting whether all list mode segments use the same RF connection.
- Parameters:
connector_mode –
GLOBal | LIST
GLOBal: Use the same RF connection for all segments, see ROUTe:NRSub:MEASi:SPATh.
LIST: Assign a connection to each segment, see CONFigure:NRSub:MEASi:MEValuation:LIST:SEGMentno:CIDX.
- set_nconnections(no_of_connections: int) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:NCONnections driver.configure.nrSubMeas.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:NRSub:MEAS<i>:SPATh.
- Parameters:
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 | bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:OSINdex driver.configure.nrSubMeas.multiEval.listPy.set_os_index(offline_seg_index = 1)
No help available
- set_value(enable: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST driver.configure.nrSubMeas.multiEval.listPy.set_value(enable = False)
Enables or disables the list mode.
- Parameters:
enable – OFF: Disable list mode. ON: Enable list mode.
Cloning the Group
# Create a copy of the original group, that exists independently
listPy_copy = driver.configure.nrSubMeas.multiEval.listPy.clone()
Subgroups