NoRb

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:NORB
class NoRbCls[source]

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

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

param carrierComponent

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

return

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]
# SCPI: 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.

param resource_blocks

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

param carrierComponent

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