Plid

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUSCh:PLID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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.

Parameters:

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

Returns:

identity: FCID From cell ID: Uses the common Identity defined with method RsFsw.applications.k10Xlte.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]
# 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.

Parameters:
  • identity – FCID From cell ID: Uses the common Identity defined with method RsFsw.applications.k10Xlte.configure.lte.uplink.cc.plc.plid.set() . numeric value Custom identity for the PUCCH (range: 1…2) .

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