Resolve

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:RESolve
class ResolveCls[source]

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

set(cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:RESolve
driver.source.bb.nr5G.node.cell.txbw.resolve.set(cellNull = repcap.CellNull.Default)

Recalculates the frequency-dependent settings and thus redefines the frequency position of the TxBW.

param cellNull

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

set_with_opc(cellNull=CellNull.Default, opc_timeout_ms: int = - 1) None[source]