Findex

SCPI Command :

[SOURce<HW>]:BB:WLAD: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: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.

param output

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

return

findex: integer Range: 1 to 53687

set(findex: int, output=Output.Default) None[source]
# SCPI: [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.

param findex

integer Range: 1 to 53687

param output

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