LbWidth

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwpid>:DL:LBWidth
class LbWidthCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwpid>:DL:LBWidth
value: int = driver.configure.signaling.nradio.cell.bwp.downlink.lbWidth.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Defines the resource indication value (RIV) signaled as ‘locationAndBandwidth’, for the downlink, for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

riv: No help available

set(cell_name: str, riv: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwpid>:DL:LBWidth
driver.configure.signaling.nradio.cell.bwp.downlink.lbWidth.set(cell_name = 'abc', riv = 1, bwParts = repcap.BwParts.Default)

Defines the resource indication value (RIV) signaled as ‘locationAndBandwidth’, for the downlink, for BWP <bb>.

param cell_name:

No help available

param riv:

No help available

param bwParts:

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