N2Rb

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:N2RB
class N2RbCls[source]

N2Rb commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: 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.

param carrierComponent

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

return

value: numeric value (integer only)

set(value: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: 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.

param value

numeric value (integer only)

param carrierComponent

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