SV 971A User Manual – Appendixes
Response:
#D,e; - command was executed
#D,e,?; - command cannot be executed
7) #D,e; function enables to delete all files in the working directory.
Response:
#D,e; - command was executed
#D,e,?; - command cannot be executed
8) #D,m,<address>,<dirName>; function enables to create a subdirectory in the directory defined by
<address>.
Response:
#D,m; - command was executed
#D,m,?; - command cannot be executed
9) #D,f,<address>; function enables to delete directory and its contents (files and subdirectories).
Response:
#D,f; - command was executed
#D,f,?; - command cannot be executed
10) #D,s,?; this function returns parameters of the setup directory in format:
#D,s,<disk>,<address>;
11) #D,i,?; this function returns parameters of the STIPA function directory in format:
#D,i,<disk>,<address>;
Note: Only read functions are available during measurements running state (#1,S1;). Stop the
measurements (#1,S0;) to unlock all the functions.
A.2 FUNCTION #S – DIRECT SETUP ACCESS
#S function enables to read/write instrument’s settings in a direct manner. Any settings changed by this
command affect current setup, are written into non-volatile memory and are available on the next power up.
#S function format is defined as follows.
To read settings a query should be send to the device:
#S[,<code1>[,<code2>[,code3[,...]]]];
where <codeN> is a two to four ASCII letter setting code.
The device responds with the control settings:
#S[,<code1>:<set1>[,<code2>:<set2>[,<code3>:<set3>[,...]]]];
where <codeN> is the same settings code sent in the query and <setN> is a settings value.
To return all settings available send:
#S;
To write settings to the device follow the opposite procedure. Send to the device:
#S,<code1>:<set1>[,<code2>:<set2>[,<code3>:<set3>[,...]]];