EasyManuals Logo

Keysight Technologies N5173B EXG Programming Guide

Keysight Technologies N5173B EXG
398 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
Page #304 background imageLoading...
Page #304 background image
304 Keysight CXG, EXG, and MXG X-Series Signal Generators Programming Guide
Creating and Downloading Waveform Files
Programming Examples
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
Downloading I/Q Data
On the signal generator’s documentation CD, this programming example’s
name is “Download_File_vb.txt.”
This Visual Basic programming example, using Microsoft Visual Basic 6.0,
downloads the file created in “Creating I/Q Data—Little Endian Order” on
page 301 into non–volatile memory using a LAN connection. To use GPIB,
replace the instOpenString object declaration with “GPIB::19::INSTR”. To
download the data into volatile memory, change the instDestfile declaration to
“USER/BBG1/WAVEFORM/”.
This program also includes some error checking to alert you when problems
arise while trying to download files. This includes checking to see if the file
exists.
'******************************************************************
' Program Name: Download_File
' Program Description: This program uses Microsoft Visual Basic 6.0
and the Keysight
The example program listed here uses the VISA COM IO API, which
includes the WriteIEEEBlock method. This method eliminates the need to
format the download command with arbitrary block information such as
defining number of bytes and byte numbers. Refer to “SCPI Command Line
Structure” on page 227 for more information.

Table of Contents

Other manuals for Keysight Technologies N5173B EXG

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Keysight Technologies N5173B EXG and is the answer not in the manual?

Keysight Technologies N5173B EXG Specifications

General IconGeneral
BrandKeysight Technologies
ModelN5173B EXG
CategoryPortable Generator
LanguageEnglish

Related product manuals