Mode

SCPI Command :

[SOURce<HW>]:BB:HUWB:TRIGger:OUTPut<CH>:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(output=Output.Default) RsSmbv.enums.HrpUwbMarkMode[source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:OUTPut<CH>:MODE
value: enums.HrpUwbMarkMode = driver.source.bb.huwb.trigger.output.mode.get(output = repcap.Output.Default)

Defines the signal for the selected marker output.

param output

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

return

mode: RESTart

set(mode: RsSmbv.enums.HrpUwbMarkMode, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:HUWB:TRIGger:OUTPut<CH>:MODE
driver.source.bb.huwb.trigger.output.mode.set(mode = enums.HrpUwbMarkMode.MAX, output = repcap.Output.Default)

Defines the signal for the selected marker output.

param mode

RESTart

param output

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