Frequency

SCPI Command :

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

Sets the frequency of the carrier signal for a modulation waveform.

Parameters:

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

Returns:

freq_carrier_alias: 0.001 to 100000000

set(freq_carrier_alias: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:MODulation:CARRier:FREQuency
driver.wgenerator.modulation.carrier.frequency.set(freq_carrier_alias = 1.0, waveformGen = repcap.WaveformGen.Default)

Sets the frequency of the carrier signal for a modulation waveform.

Parameters:
  • freq_carrier_alias – 0.001 to 100000000

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