Programming
489
:TRIG:SING
:TRIG
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.IEEE4882.TRG
*TST
Type
Query
Syntax
*TST?
Description
This command is self-test query. The self-test is not executed by this
command in the case of the E4990A. Always returns 0 for IEEE compliance.
Variable
Query Response
{0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString "*TST?", True
Var=Ana.ReadNumber
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.IEEE4882.TST
*WAI
Type
Command
Syntax
*WAI
Description
This command waits for the execution of all objects sent before this
command is completed.
Examples
Ana.WriteString "*WAI", True
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)