N2Rb

SCPI Command :

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

Defines the N(2) _RB of the PUCCH.

Parameters:

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

Returns:

value: numeric value (integer only)

set(value: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:N2RB
driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.n2Rb.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the N(2) _RB of the PUCCH.

Parameters:
  • value – numeric value (integer only)

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