PlcId
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:LIST:PLCid:MODE
- class PlcIdCls[source]
PlcId commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_mode() ParameterSetMode[source]
# SCPI: 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.
- return:
mode: GLOBal | LIST GLOBal The global setting is used for all segments, see method RsCmwNrFr1Meas.Configure.NrSubMeas.Cc.PlcId.set. LIST The cell ID is configured per segment, see method RsCmwNrFr1Meas.Configure.NrSubMeas.ListPy.Segment.Cc.PlcId.set.
- set_mode(mode: ParameterSetMode) None[source]
# SCPI: 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.
- param mode:
GLOBal | LIST GLOBal The global setting is used for all segments, see method RsCmwNrFr1Meas.Configure.NrSubMeas.Cc.PlcId.set. LIST The cell ID is configured per segment, see method RsCmwNrFr1Meas.Configure.NrSubMeas.ListPy.Segment.Cc.PlcId.set.