40
GATE MODe
Command:
GATE:MOD
mode
<CR><LF>
Response:
OK<CR><LF>
Query:
GATE:MOD?<CR><LF>
Response:
mode
<CR><LF>
Description: Sets the gate mode. The possible values for
gate
are shown below.
1
Output, TTL high when trigger is enabled.
2
Output, TTL low when trigger is enabled.
3
Input, Trigger is enabled when the input is at
TTL high.
4
Input, Trigger is enabled when the input is at
TTL low.
Example:
Set the Gate to Mode 1.
GATE:MOD 1<CR><LF>
reply:
OK<CR><LF>
Example:
Query Gate Mode.
GATE:MOD?<CR><LF>
reply:
1<CR><LF>
MEMory CLEar
Command:
MEM:CLE
n
<CR><LF>
Response:
OK<CR><LF>
Query:
MEM:CLE?
n
<CR><LF>
Response:
status
<CR><LF>
Description: Erases the configuration in location
n
.
n
can be set from 0 to 30.
Allow three seconds for the unit to clear the configuration before sending another
command.
status
may be USED or UNUSED.
Example:
Clear memory location 0.
MEM:CLE 0<CR><LF>
reply:
OK<CR><LF>
Example:
Query memory location 0
MEM:CLE? 0<CR><LF>
reply:
UNUSED<CR><LF>
Note: Wait 3 seconds for command to finish execution before sending another
command.