PlcId

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:PLCid
class PlcIdCls[source]

PlcId commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(sEGMent=SEGMent.Default, carrierComponentExt=CarrierComponentExt.Default) int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:PLCid
value: int = driver.configure.nrMmwMeas.listPy.segment.cc.plcId.get(sEGMent = repcap.SEGMent.Default, carrierComponentExt = repcap.CarrierComponentExt.Default)

Specifies the physical cell ID of carrier <c> in segment <no>.

param sEGMent:

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

param carrierComponentExt:

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, sEGMent=SEGMent.Default, carrierComponentExt=CarrierComponentExt.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>[:CC<carrier>]:PLCid
driver.configure.nrMmwMeas.listPy.segment.cc.plcId.set(phs_layer_cell_id = 1, sEGMent = repcap.SEGMent.Default, carrierComponentExt = repcap.CarrierComponentExt.Default)

Specifies the physical cell ID of carrier <c> in segment <no>.

param phs_layer_cell_id:

No help available

param sEGMent:

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

param carrierComponentExt:

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