Findex
SCPI Command :
[SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FINDex
- class FindexCls[source]
Findex 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>:FINDex value: int = driver.source.bb.wlnn.trigger.output.findex.get(output = repcap.Output.Default)
Sets the frame index, that is, the frame to be marked in the frame block marked with [:SOURce<hw>]:BB:WLNN:TRIGger:OUTPut<ch>:FBINdex. The maximum value depends on the number of frames set with command [:SOURce<hw>]:BB:WLNN:FBLock<ch>:FCOunt . The maximum value is 1024.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
findex: integer Range: 1 to 1024
- set(findex: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FINDex driver.source.bb.wlnn.trigger.output.findex.set(findex = 1, output = repcap.Output.Default)
Sets the frame index, that is, the frame to be marked in the frame block marked with [:SOURce<hw>]:BB:WLNN:TRIGger:OUTPut<ch>:FBINdex. The maximum value depends on the number of frames set with command [:SOURce<hw>]:BB:WLNN:FBLock<ch>:FCOunt . The maximum value is 1024.
- param findex
integer Range: 1 to 1024
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)