SIGLENT
SSG5000X Programming Guide 145
%Send the string "*IDN?",asking for the device's identification.
fprintf(vt,
'*IDN?'
);
%Request the data
outputbuffer = fscanf(vt);
disp(outputbuffer);
%Close the VISA object
fclose(vt);
delete(vt);
clear
vt
;
end
The run result
: