PlcId
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:LIST:PLCid:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_mode() ParameterSetMode[source]
# CONFigure:NRSub:MEASurement<Instance>:LIST:PLCid:MODE value: enums.ParameterSetMode = driver.configure.nrSubMeas.listPy.plcId.get_mode()
Selects which physical cell ID setting is used for list mode measurements.
- Returns:
mode: GLOBal | LIST
GLOBal: The global setting is used for all segments, see CONFigure:NRSub:MEASi[:CCno]:PLCid.
LIST: The cell ID is configured per segment, see CONFigure:NRSub:MEASi:LIST:SEGMentno[:CCcc]:PLCid.
- set_mode(mode: ParameterSetMode) None[source]
# CONFigure:NRSub:MEASurement<Instance>:LIST:PLCid:MODE driver.configure.nrSubMeas.listPy.plcId.set_mode(mode = enums.ParameterSetMode.GLOBal)
Selects which physical cell ID setting is used for list mode measurements.
- Parameters:
mode –
GLOBal | LIST
GLOBal: The global setting is used for all segments, see CONFigure:NRSub:MEASi[:CCno]:PLCid.
LIST: The cell ID is configured per segment, see CONFigure:NRSub:MEASi:LIST:SEGMentno[:CCcc]:PLCid.