FETCh:WCTFormat

FETCh:WCTFormat

Last updated: January 16, 2009

This section is only applicable to the lab application.

GPIB Command Conventions

FETCh:WCTFormat[:ALL]?

Function

Queries a change of TFC measurement result and returns the following comma separated values: Integrity Indicator, Step Down Relative Power (average result if SETup:WCTFormat:COUNt[:SNUMber] is greater than 0), Step Down Error, Step Down Pass/Fail, Step Up Relative Power (average result if SETup:WCTFormat:COUNt[:SNUMber] is greater than 0), Step Up Error, Step Up Pass/Fail.

See Change of TFC Measurement Results .

Query

Integrity Indicator - See Integrity Indicator .

Step Down Relative Power

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Step Down Error

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Step Down Pass/Fail

  • Range: 0 (pass), 1 (fail), 9.91E+37

Step Up Relative Power

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Step Up Error

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Step Up Pass/Fail

  • Range: 0 (pass), 1 (fail), 9.91E+37

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat?"

FETCh:WCTFormat:ICOunt?

Function

Queries the intermediate count of measurements completed in a multi-measurement.

To set up multi-measurements, see SETup:WCTFormat:COUNt[:SNUMber] .

Query

Range: 0 to 999

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:ICOunt?" 
! Returns the intermediate count of change of TFC multi-measurements.

FETCh:WCTFormat:INTegrity?

Function

Returns the Integrity Indicator for a change of TFC measurement result.

Query

Range: 0 to the number of available integrity indicators.

Resolution: 1

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:INTegrity?"

FETCh:WCTFormat:STEP:DOWN:RELative:POWer<[:AVERage]|:ALL|:MAXimum|:MINimum|:SDEViation>?

Function

Queries a change of TFC measurement result and returns the following Step Down Relative Power (in dB) result(s):

  • [:AVERage] - average
  • :ALL - minimum, maximum, average, standard deviation
  • :MAXimum - maximum
  • :MINimum - minimum
  • :SDEViation - standard deviation

To set up multi-measurements, see SETup:WCTFormat:COUNt[:SNUMber] .

Query

Minimum, maximum, average

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Standard deviation

  • Range: 0.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:STEP:DOWN:RELative:POWer?"
! Returns the Step Down Relative Power average result in dB.
 
OUTPUT 714;"FETCh:WCTFormat:STEP:DOWN:RELative:POWer:MAXimum?"
! Returns the Step Down Relative Power maximum result in dB.

FETCh:WCTFormat:STEP:DOWN:ERRor?

Function

Queries a change of TFC measurement result and returns the Step Down Error (in dB) result.

Query

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:STEP:DOWN:ERRor?"

FETCh:WCTFormat:STEP:DOWN:FAIL?

Function

Queries a change of TFC measurement result and returns the Step Down Pass/Fail result.

Query

Range: 0 (pass), 1 (fail), 9.91E+37

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:STEP:DOWN:FAIL?"

FETCh:WCTFormat:STEP:UP:RELative:POWer<[:AVERage]|:ALL|:MAXimum|:MINimum|:SDEViation>?

Function

Queries a change of TFC measurement result and returns the following Step Up Relative Power (in dB) result(s):

  • [:AVERage] - average
  • :ALL - minimum, maximum, average, standard deviation
  • :MAXimum - maximum
  • :MINimum - minimum
  • :SDEViation - standard deviation

To set up multi-measurements, see SETup:WCTFormat:COUNt[:SNUMber] .

Query

Minimum, maximum, average

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Standard deviation

  • Range: 0.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:STEP:UP:RELative:POWer?"
! Returns the Step Up Relative Power average result in dB.
 
OUTPUT 714;"FETCh:WCTFormat:STEP:UP:RELative:POWer:MAXimum?"
! Returns the Step Up Relative Power maximum result in dB.

FETCh:WCTFormat:STEP:UP:ERRor?

Function

Queries a change of TFC measurement result and returns the Step Up Error (in dB) result.

Query

  • Range: -100.0 to 100.0 dB, 9.91E+37
  • Resolution: 0.1 dB

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:STEP:UP:ERRor?"

FETCh:WCTFormat:STEP:UP:FAIL?

Function

Queries a change of TFC measurement result and returns the Step Up Pass/Fail result.

Query

Range: 0 (pass), 1 (fail), 9.91E+37

Requirements

Lab Application Revision: C.01 and above

Programming Example

 
OUTPUT 714;"FETCh:WCTFormat:STEP:UP:FAIL?"