Last Updated: August 29, 2007
These commands perform functions that control the test set's RF analyzer (measuring receiver).
For more information on the conventions used in the programming examples click here.
Sets/queries the expected burst parameter. This command is used during dynamic power measurements when the EGPRS 8PSK estimated carrier power filter is selected. The command is used for measurement synchronization of EGPRS signals when the estimated carrier power filter is used. (If the burst type is not set, the test set may not synchronize to the input signal's midamble.)
Setting Range: TSC0 | TSC1 | TSC2 | TSC3 | TSC4 | TSC5 | TSC6 | TSC7 | RACH
Query Range: TSC0 | TSC1 | TSC2 | TSC3 | TSC4 | TSC5 | TSC6 | TSC7 | RACH
*RST Setting: TSC5
Test Set Requirements: E6601A WCTS Program Version A.04 and above
Example:
' Set the test set to expect Training Sequence Code (TSC) 2 in the midamble burst.
TestSet.WriteString("RFANalyzer:BURSt:TYPE TSC2")
Sets/queries the RF analyzer manual measurement frequency.
The optional [:SELected] keyword in this command specifies that the measurement frequency being set or queried applies to the currently selected application.
Setting Range: 380 to 2700 MHz
Query Range: 380 to 2700 MHz
Resolution: 1 Hz
*RST Setting: 896 MHz
Test Set Requirements: E6601A WCTS Program Version A.01 and above; A.05 changed lower frequency limit from 400 MHz to 380MHz
Example:
' Set the manual frequency of the measuring receiver to 968 MHz.
TestSet.WriteString("RFANalyzer:MANual:FREQuency 968MHZ")
Sets/queries the RF analyzer expected input level. The units DBM are optional. The test set configures its input signal path to measure this power level.
The optional [:SELected] keyword in this command specifies that the expected input level being set or queried applies to the currently selected application.
Setting Range: -60 to 35 dBm
Query Range: -60 to 35 dBm
Resolution: 0.01 dBm
*RST Setting: 20 dBm
Test Set Requirements: E6601A WCTS Program Version A.01 and above
Example:
' Set the expected input level to -20 dBm.
TestSet.WriteString("RFANalyzer:MANual:POWer -20DBM")