Plid
SCPI Command :
CONFigure[:LTE]:UL[: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]: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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
identity: 0 | 1 | 2
- set(identity: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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.
- param identity
0 | 1 | 2
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)