Findex
SCPI Command :
[SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FINDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [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 method
RsSmw.source.bb.wlnn.trigger.output.fbIndex.set(). The maximum value depends on the number of frames set with command methodRsSmw.source.bb.wlnn.fblock.fcount.set(). The maximum value is 1024.- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
findex: integer Range: 1 to 1024
- set(findex: int, output=Output.Default) None[source]
# [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 method
RsSmw.source.bb.wlnn.trigger.output.fbIndex.set(). The maximum value depends on the number of frames set with command methodRsSmw.source.bb.wlnn.fblock.fcount.set(). The maximum value is 1024.- Parameters:
findex – integer Range: 1 to 1024
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)