Findex
SCPI Command :
[SOURce<HW>]:BB:WLAD:TRIGger:OUTPut<CH>:FINDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:WLAD:TRIGger:OUTPut<CH>:FINDex value: int = driver.source.bb.wlad.trigger.output.findex.get(output = repcap.Output.Default)
Sets the frame index, the frame to be marked in the frame block.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
findex: integer Range: 1 to 53687
- set(findex: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:WLAD:TRIGger:OUTPut<CH>:FINDex driver.source.bb.wlad.trigger.output.findex.set(findex = 1, output = repcap.Output.Default)
Sets the frame index, the frame to be marked in the frame block.
- Parameters:
findex – integer Range: 1 to 53687
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)