PlcId
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:PLCid
- class PlcIdCls[source]
PlcId commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:PLCid value: int = driver.configure.nrSubMeas.listPy.segment.cc.plcId.get(sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)
Specifies the physical cell ID of carrier <cc> in segment <no>. See also method RsCmwNrFr1Meas.Configure.NrSubMeas.ListPy. PlcId.mode.
- param sEGMent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- param carrierComponent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return:
physical_cell_id: numeric Range: 0 to 1007
- set(physical_cell_id: int, sEGMent=SEGMent.Default, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:LIST:SEGMent<no>[:CC<cc>]:PLCid driver.configure.nrSubMeas.listPy.segment.cc.plcId.set(physical_cell_id = 1, sEGMent = repcap.SEGMent.Default, carrierComponent = repcap.CarrierComponent.Default)
Specifies the physical cell ID of carrier <cc> in segment <no>. See also method RsCmwNrFr1Meas.Configure.NrSubMeas.ListPy. PlcId.mode.
- param physical_cell_id:
numeric Range: 0 to 1007
- param sEGMent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- param carrierComponent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)