Sfn

SCPI Command :

[SOURce<HW>]:BB:NR5G:SCHeduling:SFN:STATe
class SfnCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHeduling:SFN:STATe
value: bool = driver.source.bb.nr5G.scheduling.sfn.get_state()

Enables the full counting of the system frame number carried by the PBCH block from 0 to 1023, independent from the configured ARB ‘Sequence Length’. If [:SOURce<hw>]:BB:NR5G:NODE:CELL<cc>:TMPH:SFOFfset is set, the counting starts at the configured SFN offset value and restarts when the SFN offset value is reached again as follows: offset, (offset+1) , (offset+ 2) , …, 1023, 0, 1, 2, …, (offset-1) .

return

sys_frame_num: 1| ON| 0| OFF

set_state(sys_frame_num: bool) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:SCHeduling:SFN:STATe
driver.source.bb.nr5G.scheduling.sfn.set_state(sys_frame_num = False)

Enables the full counting of the system frame number carried by the PBCH block from 0 to 1023, independent from the configured ARB ‘Sequence Length’. If [:SOURce<hw>]:BB:NR5G:NODE:CELL<cc>:TMPH:SFOFfset is set, the counting starts at the configured SFN offset value and restarts when the SFN offset value is reached again as follows: offset, (offset+1) , (offset+ 2) , …, 1023, 0, 1, 2, …, (offset-1) .

param sys_frame_num

1| ON| 0| OFF