Offset

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:S60K:OFFSet
class OffsetCls[source]

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

get(cellNull=CellNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:S60K:OFFSet
value: float = driver.source.bb.nr5G.node.cell.txbw.s60K.offset.get(cellNull = repcap.CellNull.Default)

Sets the offset between the usable RB and the common RBs.

param cellNull

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

return

scs_offset: float Range: 0 to 9

set(scs_offset: float, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:S60K:OFFSet
driver.source.bb.nr5G.node.cell.txbw.s60K.offset.set(scs_offset = 1.0, cellNull = repcap.CellNull.Default)

Sets the offset between the usable RB and the common RBs.

param scs_offset

float Range: 0 to 9

param cellNull

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