Program Command Description Parameter Rng, Avail Variables
IF @@@@@ <
@@@@@ GOTO ***
IF @@@@@ =<
@@@@@ GOTO ***
IF @@@@@ =
@@@@@ GOTO ***
IF @@@@@ <>
@@@@@ GOTO ***
Compares the large and small
relationship of two variables and
if the conditions are met, makes a
jump to line ***.
@@@@@: E
1
, G, H, I, J, K, O
1
, P, Q,
R, S, T
1
, U
1
, V
1
, X, Y, Z, WM, W1, W2,
W2-W1, W(CH), LM, L1, L2, L2-L1,
L(CH), SPWD, MEANWL, PKWL,
PKLVL, MODN, GONO, SMSR,
SMSR2, WDMCHN, WDMWL(CH),
WDMLVL(CH), WDMSNR(CH),
FNCHN, NFWL(CH), NFLVLI(CH),
NFLVLO(CH), NFASELV(CH),
NFGAIN(CH), NFNF(CH), MKPWR,
PMD, M, N, CH,WAM1, WAM2,
WAM3, WAM4, WAM2-WAM1,
WAM4-WAM3, LAM1, LAM2, LAM3,
LAM4, LAM2-LAM1, LAM4-LAM3
***: 1 to 200 (1 step),
1: Generalized variables E, O, T, U, and V are valid only for the AQ6370C/AQ6370D/
AQ6375B
External Control
Program Command Description Instrument models on which the
command is valid, parameter Rng,
Avail Variables
SEND **‘
---56 chars---’
Sets the external instrument at
address ** that is connected to the
GP-IB2 connector as the listener,
and sends the command in the single
quotes (’ ’ ). The delimiter is CR/LF.
AQ6370C/AQ6373/AQ6375
0 to 30 (1 step)
SEND **
’---56 chars---’;@
Sets the external instrument at
address ** that is connected to the
GP-IB2 connector as the listener,
and following the command in the
single quotes (’ ’ ), sends the value of
variable @. The delimiter is CR/LF.
AQ6370C/AQ6373/AQ6375
0 to 30 (1 step)
@: G, H, I, J, K, P, Q, R, S, X, Y, Z
SEND **
’---20 chars---’;
@;’---20 chars ---’
Sets the external instrument at
address ** that is connected to the
GP-IB2 connector as the listener,
and following the command in the
single quotes (’ ’ ), sends the value of
variable @, and the command in the
single quotes (’ ’ ). The delimiter is
CR/LF.
AQ6370C/AQ6373/AQ6375
0 to 30 (1 step)
@: G, H, I, J, K, P, Q, R, S, X, Y, Z
SEND RS232
’---56 chars---’
Sets the external instrumentthat is
connected to the RS-232 connector
as the listener, and sends the
command in single quotes (’ ’). The
delimiter is the set value of SET
DELIMITER.
SEND RS232
’---56 chars---’;@
Sets the external instrument that
isconnected to the RS-232 connector
as the listener, and following the
commnd in single quotes (’ ’),
sends the value of variable @. The
delimiter is the setting value of SET
DELIMITER.
@: E
1
, G, H, I, J, K, O
1
, P, Q, R, S,
T
1
, U
1
, V
1
, X, Y, Z
SEND RS232
’---20 chars---’;
@;’---20 chars ---’
Sets the external instrument that
isconnected to the RS-232 connector
as the listener, and following the
cmd.in single quotes (’ ’), sends
the value of variable @, and also
sends the cmd in single quotes. The
delimiter is the setting value of SET
DELIMITER.
@: E
1
, G, H, I, J, K, O
1
, P, Q, R, S,
T
1
, U
1
, V
1
, X, Y, Z
8.3 Program Function Commands