270 Keysight CXG, EXG, and MXG X-Series Signal Generators Programming Guide
Creating and Downloading Waveform Files
Programming Examples
— binary file importing from the PC or workstation
— binary file download to the signal generator’s non–volatile memory
To load the waveform data to volatile (WFM1) memory, change the instDestfile
declaration to: “USER/BBG1/WAVEFORM/”.
//*****************************************************************
// PROGRAM NAME:Download+.cpp
//
// PROGRAM DESCRIPTION:Sample test program to download ARB waveform
data. Send a
// file in chunks of ascii data to the signal generator.
//
// NOTE: You must have the Keysight IO Libraries installed to run
this program.
//
// This example uses the LAN/TCPIP to download a file to the signal
generator's
// non-volatile memory. The program allocates a memory buffer on the
PC or
// workstation of 102400 bytes (100*1024 bytes). The actual size of
the buffer is
// limited by the memory on your PC or workstation, so the buffer
size can be
// increased or decreased to meet your system limitations.
//
// While this program uses the LAN/TCPIP to download a waveform file
into
// non-volatile memory, it can be modified to store files in
volatile memory
// WFM1 using GPIB by setting the instrOpenString =
"TCPIP0::xxx.xxx.xxx.xxx::INSTR"
// declaration with "GPIB::19::INSTR"
//
// The 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.
//*****************************************************************
// IMPORTANT: Replace the xxx.xxx.xxx.xxx IP address in the
instOpenString declaration
Summary of Contents for X-Series
Page 4: ...4 ...
Page 10: ...10 Contents ...