Frequency
SCPI Command :
WGENerator<*>:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:FREQuency value: float = driver.wgenerator.frequency.get(waveformGen = repcap.WaveformGen.Default)
Sets the frequency of the waveform.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
frequency: 0.001 to 100E+6 or lower, depending on the function type.
- set(frequency: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:FREQuency driver.wgenerator.frequency.set(frequency = 1.0, waveformGen = repcap.WaveformGen.Default)
Sets the frequency of the waveform.
- Parameters:
frequency – 0.001 to 100E+6 or lower, depending on the function type.
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)