SYSTem:INSTrument

Last updated: March 5, 2014

GPIB Command Conventions

SYSTem:INSTrument:TEMPerature?

Function

Queries the current internal operating temperature.

Query

Range: -60.0 to 100.0 (°C)

Requirements

Test Application Revision: A.13 and above

Lab Application Revision: E.01 and above

Programming Example

 
OUTPUT 714;"SYSTem:INSTrument:TEMPerature?" 

SYSTem:INSTrument:THERmal:POWer:NULL:ADJust?

Function

Starts the Thermal Power Null Adjustment .

   
IMPORTANT
Ensure that your test set has warmed up at least 30 minutes and that no power is present at the front panel RF connectors before performing any calibrations.

   

When this adjustment has completed, a value is returned to indicate the success or failure of the adjustment. 0 indicates the adjustment completed successfully, 1 indicates that it failed.

Query

Range: 0 (success), 1 (failure)

Requirements

Test Application Revision: A.09 and above

Lab Application Revision: C.04 and above

Programming Example

 
OUTPUT 714;"SYSTem:INSTrument:THERmal:POWer:NULL:ADJust?" 
! Starts the Thermal Power Null Adjustment and returns a value indicating success or failure.

SYSTem:INSTrument:THERmal:POWer:NULL:ADJust:INFormation?

Function

Queries the information about Thermal Power Null Adjustment.

The query returns 3 comma separated values for the Thermal Power Null Adjustment: Date and Time, Temperature and Pass/Fail.

  • Date and Time indicates when the Thermal Power Null Adjustment is performed.
  • Temperature indicates the internal operating temperature when the Thermal Power Null Adjustment is performed.
  • Pass/Fail indicates whether the Thermal Power Null Adjustment is performed successfully.

Query

Range

  • Date and Time: "2000-01-01 00:00:00" to "2100-01-01 00:00:00"
  • Temperature: -60.0 to 100.0 (°C)
  • Pass/Fail: 1| 0

Requirements

Test Application Revision: A.09 and above

Lab Application Revision: C.04 and above

Programming Example

 
OUTPUT 714;"SYSTem:INSTrument:THERmal:POWer:NULL:ADJust:INFORMATION?"