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.
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?")
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?")
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:
Integrity indicator: See Measurement Integrity Indicator.
Number of steps measured: <nr1>
Individual power result for each step: <nr3> array in dBm and 9.91 E+37 (NAN)
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?")