Last Updated: August 29, 2007
These commands are used to control the test set's self-test operation.
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")
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?")
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")
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?")
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?")
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?")