ST2523 Series Operation Manual Ver1.2
53
The :STATIstics:STATUS command sets the statistical function to ON or OFF.
Command syntax: : STATIstics:STATUS ON(1)
OFF(0)
Where,
ON set the statistical function to ON
OFF set the statistical function to OFF
Query syntax: :STATIstics:STATUS?
Response: <NR1> <NL^END>
NR1 is 0 (integer: 48) means OFF.
1 (integer: 49) means ON.
The : STATIstics:MODE command sets the mode of high and low limit in statistical function.
Command syntax::
STATIstics:MODE ABS
PERcent
ABS the absolute value mode of high and low limit
PERcent the percentage mode of high and low limit
For example: WrtCmd(“STATIstics:MODE ABS”)
Query syntax: STATIstics:MODE?
Return value: <NR1><NL^END>
NR1 is 0 means the percentage mode
1 means the absolute value mode
The : STATIstics:CLEAr command clears statistical results.
The : STATIstics:START ON(1) command is used to enable statistic function.
OFF(0) command is used to disable statistic function.
TRIG command is used to trigger the measurement.
The : STATIstics:COUNt? query returns the statistical comparator result.
Query syntax: : STATIstics: COUNt?
Response: <HI counting (NR1)>, <IN counting (NR1)>, < LO counting (NR1)>
For example: Query: STATI: COUNt?
Response: 1516, 9310, 737
The : STATIstics:MEAN? query returns the average value of statistical results.