EasyManua.ls Logo

Keysight Technologies 33210A - Example: Linear Sweep

Keysight Technologies 33210A
367 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
6 Application Programs
334 Keysight 33210A User’s Guide
Example: Linear Sweep
This program (found in the “Examples\chapter6\LinearSweep” subdirectory on
the CD-ROM) creates a linear sweep for a sine wave. It sets the start and stop
frequencies, and the sweep time.
Private Sub cmdLinearSweep_Click()
Dim io_mgr As VisaComLib.ResourceManager
Dim Fgen As VisaComLib.FormattedIO488
Set io_mgr = New VisaComLib.ResourceManager
Set Fgen = New VisaComLib.FormattedIO488
Set Fgen.IO = io_mgr.Open(txtIO.Text)
On Error GoTo MyError
' This program sets up a linear sweep using a sinusoid
' waveform. It sets the start and stop frequency and sweep
' time.
With Fgen
.WriteString "*RST" ' Reset the function generator
.IO.Clear ' Clear errors and status registers
.WriteString "FUNCtion SINusoid" ' Select waveshape
.WriteString "OUTPut:LOAD 50" ' Set the load impedance to
' 50 Ohms (default)
.WriteString "VOLTage 1" ' Set the amplitude to 1 Vpp.
.WriteString "SWEep:SPACing LINear" ' Set Linear or LOG spacing
.WriteString "SWEep:TIME 1" ' Sweep time is 1 second
.WriteString "FREQuency:STARt 100" ' Start frequency is 100 Hz
.WriteString "FREQuency:STOP 20e3" ' Stop frequency is 20 kHz
' Frequency sweep limits may also be set as FREQuency:CENTer and
' FREQuency:SPAN on the 332x0A
' For the 332x0A, also see MARKer:FREQuency
.WriteString "OUTPut ON" ' Turn on the instrument output
.WriteString "SWEep:STATe ON" ' Turn sweep on
End With
Exit Sub
MyError:
txtError = Err.Description & vbCrLf
Resume Next
End Sub

Table of Contents

Other manuals for Keysight Technologies 33210A

Related product manuals