:TRT:NOM110.2 ----Set the comparison nominal value of point 1
:TRT:NOM2 2.3 ----Set the comparison nominal value of point 2
:TRT:NOM3 62.5 ---- Turn off the comparison nominal value of point 3
:TRT:NOM2? ----Return to the comparison nominal value of point 2.
9.2.19.10 High and low limits
Description: Set the instrument's lower limit for comparison
Command systax:
:TRT:LOW<n>?
:TRT:LOW<n><float>
Parameter:
float ---- Represent the floating-point number
Example:
:TRT:LOW110.2 ----Set the comparison lower limit of point 1
:TRT:LOW2 2.3 ----Set the comparison lower limit of point 2
:TRT:LOW3 62.5 ----Turn off the comparison lower limit of point 3
:TRT:LOW2? ----Return to the comparison lower limit of point 2
Description: Set the high limit of the comparison of the instrument
Command systax:
:TRT:HIGH<n>?
:TRT:HIGH<n><float>
Parameter:
float ---- Represent the floating-point number
Example:
:TRT:HIGH110.2 ----Set the comparison high limit of point 1
:TRT:HIGH2 2.3 ----Set the comparison high limit of point 2
:TRT:HIGH3 62.5 ---- Turn off the comparison high limit of point 3
:TRT:HIGH2? ---- Return to the comparison high limit of point 2
9.2.19.11 Average
Description: Set the average number of sweep points
Command systax:
:TRT:AVG[n]?
:TRT:AVG[n] <int>
Parameter:
n ---- Specify the index of the sweep point, ranging from 1 to 12
int ---- the average number of sweep points n, ranging from 1 to 255
Example:
:TRT:AVG1 1 ----Set the average times of point 1;
:TRT:AVG2 5 ----Set the average times of point 2;
:TRT:AVG6 20 ----Set the average times of point 6;
:TRT:AVG4? ---- Return to the average times of point 4.