Plid
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PLC:PLID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
identity: AUTO Automatic selection 0…2 (integer only) Manual selection
- set(identity: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
identity – AUTO Automatic selection 0…2 (integer only) Manual selection
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)