FbIndex
SCPI Command :
[SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FBINdex
- class FbIndexCls[source]
FbIndex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) int [source]
# SCPI: [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) .
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
fb_index: integer Range: 0 to 100
- set(fb_index: int, output=Output.Default) None [source]
# SCPI: [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) .
- param fb_index
integer Range: 0 to 100
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)