Plid

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PLC:PLID
class PlidCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PLC:PLID
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.plc.plid.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the physical layer cell identity for downlink signals.

param carrierComponent

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

return

identity: AUTO Automatic selection 0…2 (integer only) Manual selection

set(identity: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:PLC:PLID
driver.applications.k10Xlte.configure.lte.downlink.cc.plc.plid.set(identity = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the physical layer cell identity for downlink signals.

param identity

AUTO Automatic selection 0…2 (integer only) Manual selection

param carrierComponent

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