PhOffset

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:PHOFfset
class PhOffsetCls[source]

PhOffset 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)>:TMPH:PHOFfset
value: float = driver.source.bb.nr5G.node.cell.tmph.phOffset.get(cellNull = repcap.CellNull.Default)

Defines a cell specific phase offset.

param cellNull

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

return

phase_offset: No help available

set(phase_offset: float, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:PHOFfset
driver.source.bb.nr5G.node.cell.tmph.phOffset.set(phase_offset = 1.0, cellNull = repcap.CellNull.Default)

Defines a cell specific phase offset.

param phase_offset

float Range: 0 to 360

param cellNull

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