Tektronix VX4101A Drums User Manual


 
SCPI Commands for the Counter
3–52
VX4101A MultiPaq Instrument User Manual
Query Response
CALCulate:MEDian?
[<count>[,<offset>[,
<step size>]]]
This query calculates and returns the median value for a set of
data.
The <data_index> returned indicated which data point in
memory where the median value is.
The <median_value> returns the value of the median data
point. If no valid data values were found “No Data” will be
returned. The optional parameters are for searching selected
values in the memory buffer.
The optional <count> parameter specifies the number of data
points to search. If no <count> is specified, then the number
measurements last taken will be the default.
The optional <offset> parameter determines at which point in
memory values will start to be searched.
The optional <step_size> parameter determines the number of
measurements to skip before taking a value to be compared.
Note: In order to specify a <step_size>, the user must enter the
<count> and the <offset> information.
CALCulate:MINimum?
[<count>[<offset>
[,<step size>]]]
This query calculates and returns the minimum value for a set
of data.
The <data_index> returned indicated which data point in
memory where the minimum value is.
The <minimum_value> returns the value of the minimum data
point. If no valid data values were found “No Data” will be
returned. The optional parameters are for comparing selected
values in the memory buffer.
The optional <count> parameter specifies the number of data
points to compare. If no <count> is specified, then the number
measurements last taken will be the default.
The optional <offset> parameter determines at which point in
memory values will start to be searched.
The optional <step_size> parameter determines the number of
measurements to skip before taking a value to be compared.
Note: In order to specify a <step_size>, the user must enter the
<count> and the <offset> information.