Mode
SCPI Command :
[SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) TriggerMarkModeA [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:MODE value: enums.TriggerMarkModeA = driver.source.bb.arbitrary.trigger.output.mode.get(output = repcap.Output.Default)
Sets the marker mode that is the marker signal for the selected marker output. See also ‘Marker modes’.
- param output:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return:
mode: UNCHanged| RESTart| PULSe| PATTern| RATio UNCHanged A marker signal as defined in the waveform file (tag ‘marker mode x’) is generated.
- set(mode: TriggerMarkModeA, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:TRIGger:OUTPut<CH>:MODE driver.source.bb.arbitrary.trigger.output.mode.set(mode = enums.TriggerMarkModeA.PATTern, output = repcap.Output.Default)
Sets the marker mode that is the marker signal for the selected marker output. See also ‘Marker modes’.
- param mode:
UNCHanged| RESTart| PULSe| PATTern| RATio UNCHanged A marker signal as defined in the waveform file (tag ‘marker mode x’) is generated.
- param output:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)