FETCH:DPOWer?

Last Updated: August 29, 2007

These commands return results for the Dynamic Power (DPOW) measurement.

For more information on the conventions used in the programming examples click here.

FETCh:DPOWer:COUNt[:STEP]?

Queries the number of steps measured.

Query Range: <nr1>

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

Example:

' Query the number of steps measured.

TestSet.WriteString("FETCh:DPOWer:COUNt?")

FETCh:DPOWer:INTegrity?

Queries the integrity indicator for Dynamic Power measurements. Zero indicates normal.

For non-zero integrity indicators, refer to Measurement Integrity Indicator.

Query Range: See Measurement Integrity Indicator.

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

Example:

' Query the integrity indicator for Dynamic Power measurements.

TestSet.WriteString("FETCh:DPOWer:INTegrity?")

FETCh:DPOWer:SPOWer?

Queries the integrity indicator for the Dynamic Power measurement, the number of steps measured, and the step power result in dBm for each step.

Query Range:

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

Example:

' Query the integrity indicator, number of steps measured, and the step power result in dBm for each step.

TestSet.WriteString("FETCh:DPOWer:SPOWer?")