Keysight E4428C ESG RF Programming Manual page 307

Signal generators
Table of Contents

Advertisement

% Copyright 2009 Keysight Technologies Inc.
%
% Play the waveform in the Signal Generator
%
% INPUT PARAMETERS:
%
tcpipAddress - '141.121.148.188' Whatever works for your signal Generator!
%
name
- Waveform name - 21 characters max
%
% EXAMPLE:
%
name = 'My_Test';
%
tcpipAddress = '141.121.151.129';
%
PlayWaveform( tcpipAddress,
playCmd = [':RAD:ARB:WAV "WFM1:' name '"'];
t = tcpip(tcpipAddress, 5025);
fopen(t);
fprintf(t,'%s\n',playCmd);
fprintf(t,'syst:err?');
fgets(t)
fclose(t);
Keysight Signal Generators Programming Guide
% Waveform name
% Signal Generator IP Address
name );
% play the waveform
Creating and Downloading Waveform Files
Programming Examples
299

Advertisement

Table of Contents
loading

Table of Contents