FETCh:PMODulation:PVTime?

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.

FETCh:PMODulation:PVTime:MBURsts:TRACe?

Queries the power versus time trace results for all bursts in the multislot configuration.

Query Range:

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

Example:

' Query the power versus time trace results for all bursts in the multislot configuration.

TestSet.WriteString("FETCh:PMODulation:PVTime:MBURsts:TRACe?")

FETCh:PMODulation:PVTime[:BURSt([1]|2)]:POWer?

Queries the integrity indicator, and maximum power levels from a number of multi-measurements, at each user-settable time offset that is currently turned on for the burst of the multislot configuration that you specify. Power levels are relative to the power versus time carrier power measurement.

The SETup:PMODulation:PVTime[:BURSt([1]|2)]:TIME[:OFFSet][?] command sets up the number of offsets that are turned on and their time values. The SETup:PMODulation:PVTime[:BURSt([1]|2)]:TIME:POINts? command queries the number of offset points that are turned on, indicating the number of values to expect when you send this command.

Query Range:

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

Example:

' Query the power versus time maximum power levels for burst 1.

TestSet.WriteString("FETCh:PMODulation:PVTime:BURSt1:POWer?")

FETCh:PMODulation:PVTime:MASK[:ALL]?

Queries the integrity indicator, power versus time measurement mask pass/fail indicator, and the following worst case margins:

Margin time is the point in time, relative to burst bit 0, that corresponds with the worst case measurement result (the measurement with the least difference between measured power and the power level boundary specified by the power versus time mask).

Margin result is the difference between the measured power and the power level boundary specified by the power versus time mask.

Query Range:

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

Example:

' Query the power versus time measurement mask pass/fail indicator and the worst case margins.

TestSet.WriteString("FETCh:PMODulation:PVTime:MASK?")

FETCh:PMODulation:PVTime:MASK:FAIL:SEGMent?

Queries the mask error code for the entire multislot configuration. This error code indicates which parts, if any, are causing the multislot configuration to fail the power versus time mask.

The error codes are:

The above list shows values which can be returned if any single error causes the multislot configuration to fail the mask. (For example, if 4 is returned the failure is due to the active part of the first burst. Note that the value returned could indicate a combination of errors which is causing the multislot configuration to fail. For example, if 9 is returned, this indicates that a rising edge failure and the first guard period has caused the failure.

Query Range: 0 to 31

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

Example:

' Query the mask error code for the entire multislot configuration.

TestSet.WriteString("FETCh:PMODulation:PVTime:MASK:FAIL:SEGMent?")

FETCh:PMODulation:PVTime[:BURSt([1]|2)]:TRACe?

Queries the power versus time trace results for the specified burst in the multislot configuration.

Query Range:

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

Example:

' Query the power versus time trace results for burst 1.

TestSet.WriteString("FETCh:PMODulation:PVTime:BURSt1:TRACe?")