#1,Xccc,X?,Xccc,(...),X?,Xccc;
where:
X - the group code, ccc - the code value,
X? - the request to send the current X code setting.
The instrument outputs in this case a control settings file for all requests X? in the following format:
#1,Xccc,Xccc,(...),Xccc;
In order to read out all current control settings the user should send to the device the following sequence of
characters:
#1;
The instrument outputs in this case a file containing all control settings given in Tab. A1
in the format:
#1,Xccc,Xccc,(...),Xccc;
A.2.1. Read-out the profile results
#2 function enables one to read out the current measurement result from the selected profile.
#2 function has the format defined as follows:
#2,t,p,X?,X?,X?,(...),X?;
where:
t – the type of the results (a – averaged, i – instantaneous, c – 1 second results)
p – the number of the profile (1, 2 or 3) or 0 for all profiles.
X – the code of the result,
The instrument sends the values of results in the format defined as follows:
#2,t,p,Xccc,Xccc,Xccc,(...),Xccc; (where t=a/i/c, p=1/2/3)
or
#2,t,1,Xccc,(...),Xccc,2,Xccc,(...),Xccc,3,Xccc,(...),Xccc; (when t=a/i/c, p=0)
or
#2,?; (when the results are not available).
If the command contains status query (optional s letter) #2 function has the format as follows
#2,ts,p,X?,X?,X?,(...),X?;
The instrument sends the values of results in the format defined as follows:
#2,tsf,p,Xccc,Xccc,Xccc,(...),Xccc; (where t=a/i/c, p=1/2/3)