NoRb

SCPI Command :

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

Selects the number of resource blocks for the PUCCH.

Parameters:

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

Returns:

resource_blocks: numeric value Selects the number of RBs. AUTO Detects the number of RBs automatically.

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

Selects the number of resource blocks for the PUCCH.

Parameters:
  • resource_blocks – numeric value Selects the number of RBs. AUTO Detects the number of RBs automatically.

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