Mode

SCPI Command :

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

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

get(output=Output.Default) RsSmw.enums.DmMarkMode[source]
# SCPI: [SOURce<HW>]:BB:DM:TRIGger:OUTPut<CH>:MODE
value: enums.DmMarkMode = driver.source.bb.dm.trigger.output.mode.get(output = repcap.Output.Default)

Defines the signal for the selected marker output. For detailed description of the regular marker modes, refer to ‘Marker modes’.

param output

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

return

mode: CLISt| PULSe| PATTern| RATio CLISt A marker signal that is defined in the selected control list is generated.

set(mode: RsSmw.enums.DmMarkMode, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DM:TRIGger:OUTPut<CH>:MODE
driver.source.bb.dm.trigger.output.mode.set(mode = enums.DmMarkMode.CLISt, output = repcap.Output.Default)

Defines the signal for the selected marker output. For detailed description of the regular marker modes, refer to ‘Marker modes’.

param mode

CLISt| PULSe| PATTern| RATio CLISt A marker signal that is defined in the selected control list is generated.

param output

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