185
Equivalent Front-Panel Key Commands
HI LIMIT and LO LIMIT
The HI LIMIT and LO LIMIT Data Functions are used to define a measurement
“window” which can be used to detect measured values which are outside the
defined limits. The GPIB commands :HLIMit (high limit) and :LL IMit (low limit)
are used to set these data functions programmatically.
To Turn High and Low Measurement Limit Checking ON and OFF. Use the
:HLIMit:STATe and :LLIMit:STATe commands to turn high and low
measurement limit checking ON and OFF.
Syntax
:HLIMit:STATe ON
:HLIMit:STATe OFF
:LLIMit:STATe ON
:LLIMit:STATe OFF
Example
OUTPUT 714;"MEAS:AFR:DISTN:HLIM:STAT ON"
OUTPUT 714;"MEAS:AFR:DISTN:LLIM:STAT ON"
This turns high and low measurement limit checking ON for the Audio Frequency Analyzer Distortion measurement.