PlcId
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PLCid
- class PlcIdCls[source]
PlcId commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PLCid value: int = driver.configure.nrSubMeas.cc.plcId.get(carrierComponent = repcap.CarrierComponent.Default)
Specifies the physical cell ID of carrier <no>.
- 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, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PLCid driver.configure.nrSubMeas.cc.plcId.set(physical_cell_id = 1, carrierComponent = repcap.CarrierComponent.Default)
Specifies the physical cell ID of carrier <no>.
- param physical_cell_id:
numeric Range: 0 to 1007
- param carrierComponent:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)