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