SCPI.IEEE4882.TST

Object Type

Property (Read Only)

Syntax

Value = SCPI.IEEE4882.TST

Description

This command gets Self-Test Query. During the TST? command execution, the cursor of mouse shows an hourglass. From Firmware ver A.03.10, this command executes in the following manner:
 

• Resets (*RST) the E5052B. However, the display is not renewed.

• Executes the E5052B Self test (same as the Power On test).

• Executes the E5053A Self test (if E5053A is connected i.e. the power is On, and USB is connected)

• Resets (*RST) the E5052B again.

 Depending on the Self test result, this command return the values:

•     0: Pass (Both E5052B and E5053A pass)

•     1: Fail (If either one of them fails, to be Fail)

Variable

Parameter

   Value

Description

Self-Test Query

Data Type

Long integer type (Long)

Range

0 or 1

Preset Value

0

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Long
Var = SCPI.IEEE4882.TST

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

*TST?

Query Response

{Long} <newline><^END>

Example of use

10 OUTPUT 717;"*TST ?"
20 ENTER 717;A