![Agilent Technologies Agilent 33500 Series User Manual Download Page 222](http://html.mh-extra.com/html/agilent-technologies/agilent-33500-series/agilent-33500-series_user-manual_2867489222.webp)
221
Chapter 4 Application Programs
Program Listings
4
4
With mfIo
' Clear and reset instrument
.WriteString "*CLS"
.WriteString "*RST"
Sleep 1000
'Send commands to set the desired configuration
.WriteString "SOURCE1:FUNCTION SIN"
.WriteString "SOURCE1:FREQUENCY 1000"
.WriteString "SOURCE1:VOLT:UNIT VPP"
.WriteString "SOURCE1:VOLT 2"
.WriteString "SOURCE1:VOLT:OFFSET 0"
.WriteString "OUTPUT1:LOAD 50"
'Enable output.
.WriteString "OUTPUT1 ON"
Sleep 1000
End With
Text2.Text = "Sine Wave output set on Channel1"
Exit Sub
MyError:
Text2 = Err.Description
Resume Next
End Sub
Private Sub Form_Load()
Text2.Text = ""
End Sub
End Sub
Summary of Contents for Agilent 33500 Series
Page 13: ...12 ...
Page 16: ...1 1 Quick Start ...
Page 41: ...40 Chapter 1 Quick Start To Rack Mount the Waveform Generator 1 ...
Page 42: ...2 2 Front Panel Menu Operation ...
Page 90: ...3 3 Features and Functions ...
Page 218: ...4 4 Application Programs ...
Page 243: ...242 Chapter 4 Application Programs Program Listings 4 ...
Page 244: ...5 5 Tutorial ...
Page 261: ...260 Chapter 5 Tutorial Ground Loops 5 ...
Page 262: ...6 Specifications ...