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.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>.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:CELL[:PCC]:PCID

  • CONFigure:LTE:SIGN<i>:CELL:SCC<c>:PCID

param carrierComponent:

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

return:

phs_layer_cell_id: integer Range: 0 to 503

set(phs_layer_cell_id: int, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:CC<Nr>:PLCid
driver.configure.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>.

INTRO_CMD_HELP: For the combined signal path scenario, use:

  • CONFigure:LTE:SIGN<i>:CELL[:PCC]:PCID

  • CONFigure:LTE:SIGN<i>:CELL:SCC<c>:PCID

param phs_layer_cell_id:

integer Range: 0 to 503

param carrierComponent:

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