Agilent Technologies 33220A User Manual page 321

20 mhz waveform generator
Table of Contents

Advertisement

' Download data points to volatile memory
txtError.SelText = "Downloading Arb..." & vbCrLf
With Fgen
.WriteString "DATA VOLATILE, " & DataStr
End With
txtError.SelText = "Download Complete" & vbCrLf
' Set up arbitrary waveform and output
With Fgen
.WriteString "DATA:COPY PULSE, VOLATILE"
.WriteString "FUNCtion:USER PULSE"
.WriteString "FUNCtion:SHAPe USER"
.WriteString "OUTPut:LOAD 50"
.WriteString "FREQuency 5000;VOLTage 5"
.WriteString "OUTPut ON"
End With
Exit Sub
MyError:
txtError = Err.Description & vbCrLf
Resume Next
End Sub
6
Chapter 6 Application Programs
Program Listings
320
' Copy arb to non-volatile
' memory
' Select the active arb waveform
' Output the selected arb waveform
' Output termination is 50 Ohms
' Output frequency is 5 kHz
' @ 5 Vpp
' Enable Output

Advertisement

Table of Contents
loading

Table of Contents