Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
g = gpib('ni',0,10); % HP 33120A Function/Arb Generator
g.timeout = 1;
fopen(g);
fprintf(g,'*CLS');
fprintf(g,'*IDN?');
fscanf(g)
fprintf(g,'FUNC:SHAP SIN');
fprintf(g,'FREQ 3.57954525 MHz');
fclose(g);