EasyManua.ls Logo

Keysight Technologies 33210A - Page 338

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
338 Keysight 33210A User’s Guide
Next I
For I = 211 To 4000
Waveform(I) = "0" ' Set remaining points to zero
Next I
DataStr = Join(Waveform, ",") ' Create string from data array
' 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" ' Copy arb to non-volatile
' memory
.WriteString "FUNCtion:USER PULSE" ' Select the active arb waveform
.WriteString "FUNCtion:SHAPe USER" ' Output the selected arb waveform
.WriteString "OUTPut:LOAD 50" ' Output termination is 50 Ohms
.WriteString "FREQuency 5000;VOLTage 5" ' Output frequency is 5 kHz
' @ 5 Vpp
.WriteString "OUTPut ON" ' Enable Output
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