User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
CAL_OUTPUT, COUT
Description
The CAL_OUTPUT command is used to set the type of signal put out through the instrument front panel's
CAL BNC connector.
Command Syntax
CAL_OUTPUT <mode>[,<level>[,<rate>]]
CAL_OUTPUT PULSE[,<width>]
<mode> : = {OFF, CALSQ, PF, TRIG, LEVEL, ENABLED}
<level> : = 50 mV to 1 V into 1 M
<rate> : = 500 Hz to 1 MHz.
CALSQ provides a square signal; PF sets the pulse for Pass/Fail mode; TRIG sets the pulse for trigger
output; LEVEL provides a DC signal at the requested level; PULSE provides a single pulse
Query Syntax
CAL_OUTPUT?
Response Format
CAL_OUTPUT <mode>,<level>[,<rate>]
Example (GPIB)
The following instruction sets the calibration signal to give a 0 to 0.2 volt 10 kHz square wave:
CMD$="COUT CALSQ,0.2 V,10 kHz":
CALL IBWRT(SCOPE%,CMD$)
Related Commands
PASS_FAIL_DO
6-107