SfIndex

SCPI Command :

[SOURce<HW>]:BB:DVB:TRIGger:OUTPut<CH>:SFINdex
class SfIndexCls[source]

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

get(output=Output.Default) int[source]
# SCPI: [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.

param output

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

return

super_frame_index: integer Range: 0 to 3263

set(super_frame_index: int, output=Output.Default) None[source]
# SCPI: [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.

param super_frame_index

integer Range: 0 to 3263

param output

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