PlcId

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PLCid
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Nr1) int[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PLCid
value: int = driver.configure.nrSubMeas.cc.plcId.get(carrierComponent = repcap.CarrierComponent.Nr1)

Specifies the physical cell ID of carrier <no>.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1

Returns:

physical_cell_id: numeric

set(physical_cell_id: int, carrierComponent=CarrierComponent.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PLCid
driver.configure.nrSubMeas.cc.plcId.set(physical_cell_id = 1, carrierComponent = repcap.CarrierComponent.Nr1)

Specifies the physical cell ID of carrier <no>.

Parameters:
  • physical_cell_id – numeric

  • carrierComponent – optional repeated capability selector. Default value: Nr1