Plid

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUSCh: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>]:PUSCh:PLID
value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.pusch.plid.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the (cell) identity of the PUSCH.

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 PUCCH (range: 1…2) .

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

Defines the (cell) identity of the PUSCH.

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 PUCCH (range: 1…2) .

param carrierComponent

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