Deviation
SCPI Command :
WGENerator<*>:MODulation:FM:DEViation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:MODulation:FM:DEViation value: float = driver.wgenerator.modulation.fm.deviation.get(waveformGen = repcap.WaveformGen.Default)
Sets the frequency deviation, the maximum difference between the FM modulated signal and the carrier signal.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
deviation: 0.001 to 10000000
- set(deviation: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:FM:DEViation driver.wgenerator.modulation.fm.deviation.set(deviation = 1.0, waveformGen = repcap.WaveformGen.Default)
Sets the frequency deviation, the maximum difference between the FM modulated signal and the carrier signal.
- Parameters:
deviation – 0.001 to 10000000
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)