FETCh:TDPChannel:SEMask?

Last Updated: August 29, 2007

These commands return the Spectrum Emission Mask (SEM) results from the Dedicated Physical Channel (DPCH) measurement suite.

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

FETCh:TDPChannel:SEMask[:BURSt[1]][:PARTial]?

Queries the DPCH measurement suite integrity, Spectrum Emission Mask overall pass/fail result, pass/fail results for all three frequency ranges, and average levels for all three frequency ranges.  

Query Range:

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

Example:

' Query the DPCH measurement suite integrity, Spectrum Emission Mask overall pass/fail result,

' pass/fail results for all three frequency ranges, and average levels for all three frequency ranges.  

TestSet.WriteString("FETCh:TDPChannel:SEMask?")

FETCh:TDPChannel:SEMask[:BURSt[1]]:BAND[:ALL]?

Queries the DPCH measurement suite integrity, in-channel power (in dBm/1.28 MHz), number of measurement points for all bands, and the power level vectors relative to in-channel power for all points tested in all bands. Results are in dBc.

Number of Points Tested = ((Last Offset - First Offset) / Frequency Step) + 1, where:

Query Range:

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

Example:

' Query the DPCH measurement suite integrity, in-channel power, number of measurement points for all bands,

' and the power level vectors relative to in-channel power for all points tested in all bands.

TestSet.WriteString("FETCh:TDPChannel:SEMask:BAND?")

FETCh:TDPChannel:SEMask:BAND:POINts?

Queries the number of points tested for all bands in the Spectrum Emission Mask measurement. This is the sum of all of the number of points calculated using the formulas for each band.

Query Range: Number of points for all bands: <nr1>

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

Example:

' Query the number of points tested for all bands in the Spectrum Emission Mask measurement.   

TestSet.WriteString("FETCh:TDPChannel:SEMask:BAND:POINts?")

FETCh:TDPChannel:SEMask[:BURSt[1]]:BAND:LOWer([1]|2|3)[:ALL]?

Queries the in-channel power (in dBm/1.28 MHz), number of points tested for the specified lower band, and the power level vectors relative to in-channel power for all points tested in the specified lower band. Results are in dBc.

Number of Points Tested = ((Last Offset - First Offset) / Frequency Step) + 1, where:

Query Range:

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

Example:

' Query the in-channel power, number of points tested, and the power level

' vectors relative to in-channel power for all points tested in lower band 2.    

TestSet.WriteString("FETCh:TDPChannel:SEMask:BAND:LOWer2")

FETCh:TDPChannel:SEMask:BAND:LOWer([1]|2|3):POINts?

Queries the number of points tested for the specified lower band.

Number of Points Tested = ((Last Offset - First Offset) / Frequency Step) + 1, where:

Query Range: 1 to Measured value

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

Example:

' Query the number of points tested in lower band 3.  

TestSet.WriteString("FETCh:TDPChannel:SEMask:BAND:LOWer3:POINts?")

FETCh:TDPChannel:SEMask[:BURSt[1]]:BAND:UPPer([1]|2|3)[:ALL]?

Queries the in-channel power (in dBm/1.28 MHz), number of points tested for the specified upper band, and the power level vectors relative to in-channel power for all points tested in the specified upper band. Results are in dBc.

Number of Points Tested = ((Last Offset - First Offset) / Frequency Step) + 1, where:

Query Range:

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

Example:

' Query the in-channel power, number of points tested, and the power level

' vectors relative to in-channel power for all points tested in upper band 1.   

TestSet.WriteString("FETCh:TDPChannel:SEMask:BAND:UPPer?")

FETCh:TDPChannel:SEMask:BAND:UPPer([1]|2|3):POINts?

Queries the number of points tested for the specified upper band.

Number of Points Tested = ((Last Offset - First Offset) / Frequency Step) + 1, where:

Query Range: 1 to Measured value

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

Example:

' Query the number of points tested for upper band 3.   

TestSet.WriteString("FETCh:TDPChannel:SEMask:BAND:UPPer3:POINts?")

FETCh:TDPChannel:SEMask[:BURSt[1]]:RANGe[:ALL]?

Queries the DPCH measurement suite integrity, Spectrum Emission Mask overall pass/fail result, in-channel power (in dBm/1.28 MHz), and the following results for all three offset ranges: pass/fail result, average level, frequency offset in which the worst case mask margin is found, and the worst case mask margin.

Query Range:

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

Example:

' Query the DPCH measurement suite integrity, Spectrum Emission Mask overall pass/fail result,

' in-channel power, and the following results for all three offset ranges: pass/fail result,

' average level, frequency offset in which the worst case mask margin is found, and the worst case mask margin.  

TestSet.WriteString("FETCh:TDPChannel:SEMask:RANGe?")

FETCh:TDPChannel:SEMask[:BURSt[1]]:RANGe:RANGe([1]|2|3)?

Queries the in-channel power (in dBm/1.28 MHz), and the selected offset range for; pass/fail result, average level, frequency offset in which the worst case mask margin is found, and the worst case mask margin.

Query Range:

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

Example:

' Query the offset range 2 for the pass/fail result, average level,

' frequency offset in which the worst case mask margin is found, and the worst case mask margin.   

TestSet.WriteString("FETCh:TDPChannel:SEMask:RANGe:RANGe2?")