EasyManua.ls Logo

Keysight Technologies N8241A - Page 55

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
Loading...
56 Chapter 2
Basic Operation
Using Programmatic Interfaces
disp(errorMsg);
disp('program stopped');
return;
else
disp('ok');
end
[errorN, errorMsg] =
agt_awg_setstate(instrumentHandle2, 'outputenabled',
'true');
if errorN ~= 0
disp(errorN);
disp(errorMsg);
disp('program stopped');
return;
else
disp('ok');
end
disp('Setting the instrument to ARB mode');
[errorN, errorMsg] =
agt_awg_setstate(instrumentHandle1, 'outputmode',
'arb');
if errorN ~= 0
disp(errorN);
disp(errorMsg);
disp('program stopped');
return;
else
disp('ok');
end

Table of Contents

Related product manuals