PlcId

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:CC<Nr>:PLCid
class PlcIdCls[source]

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

get(carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:CC<Nr>:PLCid
value: int = driver.configure.lteMeas.multiEval.cc.plcId.get(carrierComponent = repcap.CarrierComponent.Default)

Specifies the physical layer cell ID of component carrier CC<no>. Without carrier aggregation, you can omit <no>. For Signal Path = Network, use [CONFigure:]SIGNaling:LTE: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:LTE:MEASurement<Instance>:MEValuation:CC<Nr>:PLCid
driver.configure.lteMeas.multiEval.cc.plcId.set(phs_layer_cell_id = 1, carrierComponent = repcap.CarrierComponent.Default)

Specifies the physical layer cell ID of component carrier CC<no>. Without carrier aggregation, you can omit <no>. For Signal Path = Network, use [CONFigure:]SIGNaling:LTE:CELL:PCID.

param phs_layer_cell_id:

No help available

param carrierComponent:

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