FbIndex

SCPI Command :

[SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FBINdex
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FBINdex
value: int = driver.source.bb.wlnn.trigger.output.fbIndex.get(output = repcap.Output.Default)

Sets the frame block index. For this/these frame block(s) , a marker signal is generated. The maximum value depends on the number of the currently active frame blocks (max = 100) .

Parameters:

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

Returns:

fb_index: integer Range: 0 to 100

set(fb_index: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FBINdex
driver.source.bb.wlnn.trigger.output.fbIndex.set(fb_index = 1, output = repcap.Output.Default)

Sets the frame block index. For this/these frame block(s) , a marker signal is generated. The maximum value depends on the number of the currently active frame blocks (max = 100) .

Parameters:
  • fb_index – integer Range: 0 to 100

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