SyfnOffset

SCPI Command :

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

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:SYFNoffset
value: int = driver.source.bb.nr5G.node.cell.tmph.syfnOffset.get(cellNull = repcap.CellNull.Default)

Sets an offset value for the system frame number. The first generated frame starts with the given system frame number offset.

param cellNull

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

return

sys_frm_num_off: integer Range: 0 to 1023

set(sys_frm_num_off: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:SYFNoffset
driver.source.bb.nr5G.node.cell.tmph.syfnOffset.set(sys_frm_num_off = 1, cellNull = repcap.CellNull.Default)

Sets an offset value for the system frame number. The first generated frame starts with the given system frame number offset.

param sys_frm_num_off

integer Range: 0 to 1023

param cellNull

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