SfIndex
SCPI Command :
[SOURce<HW>]:BB:DVB:TRIGger:OUTPut<CH>:SFINdex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:DVB:TRIGger:OUTPut<CH>:SFINdex value: int = driver.source.bb.dvb.trigger.output.sfIndex.get(output = repcap.Output.Default)
Queries the super frame index.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
super_frame_index: integer Range: 0 to 3263
- set(super_frame_index: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:DVB:TRIGger:OUTPut<CH>:SFINdex driver.source.bb.dvb.trigger.output.sfIndex.set(super_frame_index = 1, output = repcap.Output.Default)
Queries the super frame index.
- Parameters:
super_frame_index – integer Range: 0 to 3263
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)