Modulation

SCPI Commands

SOURce:GENerator:MODulation
class ModulationCls[source]

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

get() bool[source]
# SCPI: SOURce:GENerator:MODulation
value: bool = driver.source.generator.modulation.get()

This command turns internal pulse modulation for pulsed measurements on and off.

return

state: ON | 1 A pulse is output on the signal source. You can define the pulse characteristics with •method RsFswp.Source.Generator.Pulse.Period.set •method RsFswp.Source.Generator.Pulse.Width.set OFF | 0 A sine signal is output on the signal source.

set(state: bool) None[source]
# SCPI: SOURce:GENerator:MODulation
driver.source.generator.modulation.set(state = False)

This command turns internal pulse modulation for pulsed measurements on and off.

param state

ON | 1 A pulse is output on the signal source. You can define the pulse characteristics with •method RsFswp.Source.Generator.Pulse.Period.set •method RsFswp.Source.Generator.Pulse.Width.set OFF | 0 A sine signal is output on the signal source.