FETCh:WDPChannel? Common Results

Last Updated: August 29, 2007

This command returns a result that is applicable to the entire Dedicated Physical Channel (DPCH) measurement suite.

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

FETCh:WDPChannel:ICOunt?

Queries the intermediate number of Dedicated Physical Channel measurement suite multi-measurements completed.

Query Range: 0 to 999

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

Example:

' Query the intermediate number of DPCH measurement suite multi-measurements completed.

TestSet.WriteString("FETCh:WDPChannel:ICOunt?")

FETCh:WDPChannel:INTegrity?

Queries the measurement integrity indicator for the last Dedicated Physical Channel (DPCH) measurement suite completed.

Zero indicates a normal measurement. See Measurement Integrity Indicator for information about non-zero integrity results.

Query Range: See Measurement Integrity Indicator

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

Example:

' Query the integrity indicator for the last DPCH measurement suite completed.

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

FETCh:WDPChannel:TSLot?

The timeslot result returned by this command depends on the current trigger source setting:

If any of these measurements are active, the first valid timeslot used by the Dedicated Physical Channel (DPCH) measurement suite to perform the measurement is returned. If no valid timeslot is found, then a value of -1 is returned.

Query Range: -1 | 1 to 14

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

Example:

' Query the DPCH measurement suite timeslot.

TestSet.WriteString("FETCh:WDPChannel:TSLot?")