Last Updated: August 29, 2007
These commands return results for the Power versus Time measurement in the Power and Modulation Quality (PMOD) measurement suite.
For more information on the conventions used in the programming examples click here.
Queries the integrity indicator and the average transmit power for the specified burst in the multislot configuration.
Query Range:
Power and modulation quality measurement suite integrity: See Measurement Integrity Indicator.
Average transmit power: <nr3> in dBm and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Query the integrity indicator and average transmit power for burst 2.
TestSet.WriteString("FETCh:PMODulation:TXPower:BURSt2?")
Queries the integrity indicator, minimum, maximum, average, and standard deviation of transmit power multi-measurement results for the specified burst in the multislot configuration.
Query Range:
Power and modulation quality measurement suite integrity: See Measurement Integrity Indicator.
Minimum: <nr3> in dBm and 9.91 E+37 (NAN)
Maximum: <nr3> in dBm and 9.91 E+37 (NAN)
Average: <nr3> in dBm and 9.91 E+37 (NAN)
Standard deviation: <nr3> in dB and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Query the integrity indicator, minimum, maximum, average, and standard deviation of
' transmit power multi-measurement results for burst 1.
TestSet.WriteString("FETCh:PMODulation:TXPower:BURSt1:ALL?")
Queries the following transmit power measurement results for all bursts in the multislot configuration: integrity indicator, burst 1 average transmit power, and burst 2 average transmit power.
Query Range:
Power and modulation quality measurement suite integrity: See Measurement Integrity Indicator.
Burst 1 average transmit power: <nr3> in dBm and 9.91 E+37 (NAN)
Burst 2 average transmit power: <nr3> in dBm and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Query the integrity indicator and average transmit power for all bursts in the multislot configuration.
TestSet.WriteString("FETCh:PMODulation:TXPower:MBURsts?")
Queries the integrity indicator, and all of the transmit power measurement results for all bursts in the multislot configuration: burst 1 minimum, burst 1 maximum, burst 1 average, burst 1 standard deviation, burst 2 minimum, burst 2 maximum, burst 2 average, and burst 2 standard deviation of transmit power multi-measurement results.
Query Range:
Power and modulation quality measurement suite integrity: See Measurement Integrity Indicator.
Burst 1 minimum: <nr3> in dBm and 9.91 E+37 (NAN)
Burst 1 maximum: <nr3> in dBm and 9.91 E+37 (NAN)
Burst 1 average: <nr3> in dBm and 9.91 E+37 (NAN)
Burst 1 standard deviation: <nr3> in dB and 9.91 E+37 (NAN)
Burst 2 minimum: <nr3> in dBm and 9.91 E+37 (NAN)
Burst 2 maximum: <nr3> in dBm and 9.91 E+37 (NAN)
Burst 2 average: <nr3> in dBm and 9.91 E+37 (NAN)
Burst 2 standard deviation: <nr3> in dB and 9.91 E+37 (NAN)
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Query all of the transmit power measurement results for all bursts in the multislot configuration.
TestSet.WriteString("FETCh:PMODulation:TXPower:MBURsts:ALL?")