B&K Precision 5492BGPIB - Manual User Manual
Page 77

SCPI Command Reference
77
:DATA?
Command syntax:
:CALCulate2:DATA?
Return String:
<reading><sp>
where
<reading> - This is the stored reading and consists of 8 characters, which includes decimal.
If the reading does not take up 8 characters, the unused characters become spaces.
For example: If the stored reading is 11.0016, the return string is: _ 11.0016
If the stored reading is 0.326, the return string is: _ _ _0.326
(where _ is a space)
<sp> - This is a space character.
Description:
This query command will return a statistical calculation result based on the stored readings inside
the buffer. It can be either the Maximum reading, minimum reading, the average of the stored
readings, or the standard deviation based on the stored readings.
The “:CALC2:FORM” command
is used to select which calculation result to return after this query.
:CALCulate3 Subsystem
These commands are used to configure and control the limit test.
:LIMit[1]:UPPer <n>
Specify upper limit
:LIMit[1]:LOWer <n>
Specify lower limit
Command syntax:
:CALCulate3:LIMit[1]:UPPer <n>
:CALCulate3:LIMit[1]:LOWer <n>
Command Parameter:
<n> = -100e6 to 100e6
Specify limit value
Query:
:UPPer?
Query upper limit
:LOWer?
Query lower limit
Return String:
<n>
where
<n> - Specified limit value.