Function

SCPI Command :

WGENerator<*>:MODulation:AM[:FUNCtion]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) WgenSignalType[source]
# WGENerator<*>:MODulation:AM[:FUNCtion]
value: enums.WgenSignalType = driver.wgenerator.modulation.am.function.get(waveformGen = repcap.WaveformGen.Default)

Selects the type of the modulating signal for AM modulation.

Parameters:

waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)

Returns:

signal_type: SINusoid | SQUare | RAMP

set(signal_type: WgenSignalType, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:AM[:FUNCtion]
driver.wgenerator.modulation.am.function.set(signal_type = enums.WgenSignalType.RAMP, waveformGen = repcap.WaveformGen.Default)

Selects the type of the modulating signal for AM modulation.

Parameters:
  • signal_type – SINusoid | SQUare | RAMP

  • waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)