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 step count.
Query Range: <nr1>
Test Set Requirements: E6601A WCTS Program Version A.04 and above
Example:
' Query the step count.
TestSet.WriteString("FETCh:DPOWer:COUNt?")
Queries the integrity indicator for the Dynamic Power measurement. 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.04 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 step count, and the step power result in dBm for each step.
Query Range:
Integrity indicator: See Measurement Integrity Indicator.
Step Count: <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.04 and above
Example:
' Query the integrity indicator, step count, and the step power result in dBm for each step.
TestSet.WriteString("FETCh:DPOWer:SPOWer?")