Fend
SCPI Command :
WGENerator<*>:SWEep:FEND
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) float[source]
# WGENerator<*>:SWEep:FEND value: float = driver.wgenerator.sweep.fend.get(waveformGen = repcap.WaveformGen.Default)
Sets the stop frequency of the sweep signal.
- Parameters:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
stop_frequency: 0.001 to 100E+6
- set(stop_frequency: float, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:SWEep:FEND driver.wgenerator.sweep.fend.set(stop_frequency = 1.0, waveformGen = repcap.WaveformGen.Default)
Sets the stop frequency of the sweep signal.
- Parameters:
stop_frequency – 0.001 to 100E+6
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)