TypePy
SCPI Command :
WGENerator<*>:MODulation:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) ModulationType[source]
# WGENerator<*>:MODulation:TYPE value: enums.ModulationType = driver.wgenerator.modulation.typePy.get(waveformGen = repcap.WaveformGen.Default)
Selects the modulation type, which defines how the carrier signal is modified.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
modulation_type: NONE | AM | FM | PWM | ASK | FSK
- set(modulation_type: ModulationType, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:TYPE driver.wgenerator.modulation.typePy.set(modulation_type = enums.ModulationType.AM, waveformGen = repcap.WaveformGen.Default)
Selects the modulation type, which defines how the carrier signal is modified.
- Parameters:
modulation_type – NONE | AM | FM | PWM | ASK | FSK
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)