SyfnOffset

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TMPH:SYFNoffset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default) int[source]
# [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.

Parameters:

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

Returns:

sys_frm_num_off: integer Range: 0 to 1023

set(sys_frm_num_off: int, cellNull=CellNull.Default) None[source]
# [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.

Parameters:
  • sys_frm_num_off – integer Range: 0 to 1023

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