EasyManua.ls Logo

Agilent Technologies n5181a - Page 274

Agilent Technologies n5181a
366 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...
264 Agilent N518xA, E8663B, E44x8C, and E82x7D Signal Generators Programming Guide
Creating and Downloading Waveform Files
Programming Examples
On Error GoTo file_error
For index = 0 To (numPoints)
data = iq_data(index)
Put #FileHandle, index + 1, data 'Write the I/Q data to the file
Next index
Close #FileHandle
Call MsgBox("Data written to file " & strFilename, vbOKOnly, "Download")
Exit Sub
file_error:
MsgBox Err.Description
Close #FileHandle
End Sub

Table of Contents

Other manuals for Agilent Technologies n5181a

Related product manuals