PlcId

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:NETWork[:CC<no>]:PLCid
class PlcIdCls[source]

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

get(carrierComponentOne=CarrierComponentOne.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:NETWork[:CC<no>]:PLCid
value: int = driver.configure.nrSubMeas.network.cc.plcId.get(carrierComponentOne = repcap.CarrierComponentOne.Default)

No command help available

param carrierComponentOne:

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

return:

physical_cell_id: No help available

set(physical_cell_id: int, carrierComponentOne=CarrierComponentOne.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:NETWork[:CC<no>]:PLCid
driver.configure.nrSubMeas.network.cc.plcId.set(physical_cell_id = 1, carrierComponentOne = repcap.CarrierComponentOne.Default)

No command help available

param physical_cell_id:

No help available

param carrierComponentOne:

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