Ftwo

SCPI Command :

WGENerator<*>:MODulation:FSK:FTWO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:MODulation:FSK:FTWO
value: float = driver.wgenerator.modulation.fsk.ftwo.get(waveformGen = repcap.WaveformGen.Default)

Sets the frequency of the first /second signal in FSK modulated signal.

Parameters:

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

Returns:

frequency_2: 0.001 to 100E+6

set(frequency_2: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:FSK:FTWO
driver.wgenerator.modulation.fsk.ftwo.set(frequency_2 = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the frequency of the first /second signal in FSK modulated signal.

Parameters:
  • frequency_2 – 0.001 to 100E+6

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