Fone

SCPI Command :

WGENerator<*>:MODulation:FSK:FONE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:MODulation:FSK:FONE
value: float = driver.wgenerator.modulation.fsk.fone.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’)

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

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

Parameters:
  • frequency_1 – 0.001 to 100E+6

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