Last Updated: August 29, 2007
These commands set parameters for the TX Spurious Emissions measurement in the Reverse Traffic Channel (RTCH) measurement suite.
For more information on the conventions used in the programming examples click here.
Sets/queries the limit mode of the user defined TX Spurious Emissions measurement mask. If the state is off, the test set uses limits specified in the standard, based on the selected frequency band. If the state is on, the user defined limits are used. The user defined TX Spurious Emissions measurement mask values are set with the SCPI command SETup:CRTChannel:TXSPurious:MASK:MANual[?].
Setting Range: 0 | OFF |1 |ON
Query Range: 0 | 1
*RST Setting: 1 | ON
Test Set Requirements: E6601A WCTS Program Version A.04 and above
Example:
' Set the TX Spurious Emissions user limit state to ON.
TestSet.WriteString("SETup:CRTChannel:TXSPurious:MASK:AUTO ON")
Sets/queries the defined TX Spurious Emissions measurement mask for the Adjacent and Alternate frequency offsets. SETup:CRTChannel:TXSPurious:MASK:AUTO[?] must be set to Off in order for this command to apply.
This measurement only fails if the average result exceeds the set limit.
Note: Values for this command are in dBc, with the exception of Band Class 10 of which the values are in dBm.
Setting Range: -65 to -10 dBc
Query Range: -65 to -10 dBc
Resolution: .01 dB
*RST Setting:
-42 dB for the lower and upper adjacent Offsets
-50 dB for the lower and upper alternate Offsets
Test Set Requirements: E6601A WCTS Program Version A.04 and above
Example:
' Set the TX Spurious Emissions limits of the Adjacent and Alternate offsets
' to -42 and -54, respectively.
TestSet.WriteString("SETup:CRTChannel:TXSPurious:MASK:MANual -42,-54")