Mode
SCPI Command :
[SOURce<HW>]:BB:DM:TRIGger:OUTPut<CH>:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) DmMarkMode[source]
# [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’.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
mode: CLISt | PULSe | PATTern | RATio CLISt A marker signal that is defined in the selected control list is generated.
- set(mode: DmMarkMode, output=Output.Default) None[source]
# [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’.
- Parameters:
mode – CLISt | PULSe | PATTern | RATio CLISt A marker signal that is defined in the selected control list is generated.
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)