Frequency

SCPI Command :

WGENerator<*>:MODulation:FM:FREQuency
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(wgenerator=Wgenerator.Default) float[source]
# WGENerator<*>:MODulation:FM:FREQuency
value: float = driver.wgenerator.modulation.fm.frequency.get(wgenerator = repcap.Wgenerator.Default)

Sets the frequency of the modulation waveform for frequency modulation, if method RsRtx.wgenerator.modulation.typePy.set() is set to FM.

Parameters:

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

Returns:

frequency: 1E-3 to 1E+6

set(frequency: float, wgenerator=Wgenerator.Default) None[source]
# WGENerator<*>:MODulation:FM:FREQuency
driver.wgenerator.modulation.fm.frequency.set(frequency = 1.0, wgenerator = repcap.Wgenerator.Default)

Sets the frequency of the modulation waveform for frequency modulation, if method RsRtx.wgenerator.modulation.typePy.set() is set to FM.

Parameters:
  • frequency – 1E-3 to 1E+6

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