Herunterladen Inhalt Inhalt Diese Seite drucken

Agilent Technologies 33220A Benutzerhandbuch Seite 342

20 mhz-synthesizer-funktions- / arbitraersignalgenerator
Inhaltsverzeichnis

Werbung

' 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
Kapitel 6 Anwendungsprogramme
Programmbeispiel Beispiel: Einfache Sinus-Signalform
342
' 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

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis