Output

SCPI Commands

SOURce:GENerator:PULSe:TRIGger:OUTPut
class OutputCls[source]

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

get() SignalLevel[source]
# SCPI: SOURce:GENerator:PULSe:TRIGger:OUTPut
value: enums.SignalLevel = driver.source.generator.pulse.trigger.output.get()

This command selects the signal type provided at the trigger output connector. The signal can be used, for example, to control an external pulse modulator.

return

pulse_output: No help available

set(pulse_output: SignalLevel) None[source]
# SCPI: SOURce:GENerator:PULSe:TRIGger:OUTPut
driver.source.generator.pulse.trigger.output.set(pulse_output = enums.SignalLevel.HIGH)

This command selects the signal type provided at the trigger output connector. The signal can be used, for example, to control an external pulse modulator.

param pulse_output

HIGH Provides a high active pulse at the trigger output. Note that the signal is provided even if internal pulse modulation has been turned off. You can define the pulse characteristics with •method RsFswp.Source.Generator.Pulse.Width.set •method RsFswp.Source.Generator.Pulse.Period.set LOW Provides a low active pulse at the trigger output. Note that the signal is provided even if internal pulse modulation has been turned off. OFF | 0 Provides no signal at the trigger output.