User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
SAMPLE_CLOCK, SCLK
Description
The SAMPLE_CLOCK command selects for an internal or external sample clock.
Command Syntax
SAMPLE_CLOCK <state>
<state>:= {INTERNAL, EXTERNAL}
Query Syntax
SAMPLE_CLOCK?
Response Format
SAMPLE_CLOCK <state>
Example (GPIB)
The following instruction sets the instrument to use an external sample clock:
CMD$="SCLK EXTERNAL":CALL IBWRT(SCOPE%,CMD$)
6-26