Trigger
SCPI Command :
[SOURce<HW>]:PULM:TRIGger:MODE
- class TriggerCls[source]
Trigger commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get_mode() RsSmbv.enums.PulsTrigModeWithSingle [source]
# SCPI: [SOURce<HW>]:PULM:TRIGger:MODE value: enums.PulsTrigModeWithSingle = driver.source.pulm.trigger.get_mode()
Selects a trigger mode - auto, single, external, external single or external gated - for generating the modulation signal.
- return
mode: AUTO| EXTernal| EGATe| SINGle| ESINgle
- set_mode(mode: RsSmbv.enums.PulsTrigModeWithSingle) None [source]
# SCPI: [SOURce<HW>]:PULM:TRIGger:MODE driver.source.pulm.trigger.set_mode(mode = enums.PulsTrigModeWithSingle.AUTO)
Selects a trigger mode - auto, single, external, external single or external gated - for generating the modulation signal.
- param mode
AUTO| EXTernal| EGATe| SINGle| ESINgle
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.pulm.trigger.clone()
Subgroups