FETCh:TROPower

FETCh:TROPower

Last updated: June 7, 2007

GPIB Command Conventions

FETCh:TROPower[:ALL]?

Function

Queries the time response of open loop power control measurement results.

This measurement returns results in the following order: integrity, time response of open loop power pass/fail result.

Query

Integrity

Tme response of open loop power pass/fail result

  • Range: 0 to 1 (0 = passed, 1 = failed), 9.91 E+37 (undefined)

  • Resolution: 1

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"FETCH:TROPOWER?" 

FETCh:TROPower:MASK[:FAIL]?

Function

Queries the pass/fail results of the time response of open loop power control measurement. If any measurement data points fail to meet the requirements of the mask shown on the test set's display, the measurement will fail.

Query

Range: 0 to 1 (0 = passed, 1 = failed), 9.91 E+37 (undefined)
Resolution: 1

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"FETCH:TROPOWER:MASK:FAIL?" 

FETCh:TROPower:TRACe?

Function

Queries the time response of open loop power control trace.

A total of 371 comma-separated values are returned. If valid measurement results are available, each comma-separated measurement value will be 16 characters in length and represent the change (delta) of power level in units of dB. If no trace is present, each comma-separated value is 7 characters in length (9.91E37).

The first value corresponds to t = 0 ms. The last value corresponds to t = 100 ms. This implies that the time between values is 100 ms ÷ 370 (approximately 270.270 µs).

Returned values are in dB.

Query

Range: 2967 to 6306 characters, representing 371 values.

Requirements

Test Application Revision: B.04

Programming Example

 
OUTPUT 714;"FETCH:TROPOWER:TRACE?"