SYSTem:TOOLs:STESt

Last Updated: August 29, 2007

These commands are used to control the test set's self-test operation.

SYSTem:TOOLs:STESt[:IMMediate]

Starts the self-test operation.   

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Start the self-test operation.

TestSet.WriteString("SYSTem:TOOLs:STESt:IMMediate")

SYSTem:TOOLs:STESt[:IMMediate]:OPC?

Queries the status of the currently running self-test operation. Returns a 1 when the self-test operation is complete.  

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the status of the currently running self-test operation.

TestSet.WriteString("SYSTem:TOOLs:STESt:IMMediate:OPC?")

SYSTem:TOOLs:STESt:CANCel

Cancels the self-test operation.

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Cancel the self-test operation.

TestSet.WriteString("SYSTem:TOOLs:STESt:CANCel")

SYSTem:TOOLs:STESt:DONE:PERCent?

Queries the percentage complete of a self-test operation.

Query Range: 0 to 100

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the percentage complete of a self-test operation.

TestSet.WriteString("SYSTem:TOOLs:STESt:DONE:PERCent?")

SYSTem:TOOLs:STESt:LAST[:DTIMe]?

Queries the date and time of the last self-test operation.

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the date and time of the last self-test operation.

TestSet.WriteString("SYSTem:TOOLs:STESt:LAST:DTIMe?")

SYSTem:TOOLs:STESt:STATus?

Queries the status of the self-test operation.

Query Range: PASS | FAIL | BUSY | NAV (Not available) | ERRor

Test Set Requirements: E6601A WCTS Program Version A.01 and above

Example:

' Query the status of the self-test operation.

TestSet.WriteString("SYSTem:TOOLs:STESt:STATus?")

 

Related Topics