Plid
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:DRS: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>]:DRS:PLID value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.drs.plid.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the (cell) identity of the demodulation reference signal (DRS) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
identity: FCID From Cell ID: Uses the common identity defined with method RsFsw.Applications.K10x_Lte.Configure.Lte.Uplink.Cc.Plc.Plid.set. numeric value Custom Identity for the DRS (range: 1…2) .
- set(identity: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:DRS:PLID driver.applications.k10Xlte.configure.lte.uplink.cc.drs.plid.set(identity = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the (cell) identity of the demodulation reference signal (DRS) .
- param identity
FCID From Cell ID: Uses the common identity defined with method RsFsw.Applications.K10x_Lte.Configure.Lte.Uplink.Cc.Plc.Plid.set. numeric value Custom Identity for the DRS (range: 1…2) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)