User manual

Table Of Contents
Part 6: IEEE 488.2 Command Reference
REFERENCE_CLOCK, RCLK
Description
The REFERENCE_CLOCK command allows for selection of either internal or external reference clock.
Command Syntax
REFERENCE_CLOCK <state>
<state>:= {INTERNAL, EXTERNAL}
Query Syntax
REFERENCE_CLOCK?
Response Format
REFERENCE_CLOCK <state>
Example (GPIB)
The following instruction sets the instrument to use an external reference clock:
CMD$="RCLK EXTERNAL":CALL IBWRT(SCOPE%,CMD$)
6-25