PlcId

SCPI Command :

CONFigure:NRMMw: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:NRMMw:MEASurement<Instance>[:CC<no>]:PLCid
value: int = driver.configure.nrMmwMeas.cc.plcId.get(carrierComponent = repcap.CarrierComponent.Default)

Specifies the physical cell ID of carrier <no>. For Signal Path = Network, use[CONFigure:]SIGNaling:NRADio:CELL:PCID.

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return:

phs_layer_cell_id: No help available

set(phs_layer_cell_id: int, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:PLCid
driver.configure.nrMmwMeas.cc.plcId.set(phs_layer_cell_id = 1, carrierComponent = repcap.CarrierComponent.Default)

Specifies the physical cell ID of carrier <no>. For Signal Path = Network, use[CONFigure:]SIGNaling:NRADio:CELL:PCID.

param phs_layer_cell_id:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)