Plid

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PLC:PLID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PLC:PLID
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.plc.plid.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the physical layer identity.

Parameters:

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

Returns:

identity: 0 | 1 | 2

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

Selects the physical layer identity.

Parameters:
  • identity – 0 | 1 | 2

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