EasyManuals Logo

Keysight Technologies N8241A User Manual

Keysight Technologies N8241A
125 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 #52 background imageLoading...
Page #52 background image
Chapter 2 53
Basic Operation
Using Programmatic Interfaces
disp('Enabling the instrument output');
[errorN, errorMsg] = agt_awg_setstate(instrumentHandle,
'outputenabled', 'true');
if(errorN ~= 0)
% An error occurred while trying to enable the output.
disp('Could not enable the instrument output');
return;
end
disp('Setting the instrument to ARB mode');
[errorN, errorMsg] = agt_awg_setstate(instrumentHandle,
'outputmode', 'arb');
if(errorN ~= 0)
% An error occurred while trying to set the ARB mode.
disp('Could not set the instrument to ARB mode');
return;
end
disp('Transfering the waveform to the instrument');
[waveformHandle, errorN, errorMsg] =
agt_awg_storewaveform(instrumentHandle, waveform);
if(errorN ~= 0)
% An error occurred while trying to transfer the
waveform.
disp('Could not transfer the waveform to the
instrument');
return;
end
disp('Initiating playback of the waveform on the
instrument');

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

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

Keysight Technologies N8241A Specifications

General IconGeneral
BrandKeysight Technologies
ModelN8241A
CategoryPortable Generator
LanguageEnglish

Related product manuals