Last Updated: August 29, 2007
These commands allow you to set and query Root Raised Cosine (RRC) filtered mean power settings associated with the Dedicated Physical Channel (DPCH) measurement suite.
For more information on the conventions used in the programming examples click here.
Sets/queries the limit applied to the pass/fail result for the RRC Filtered Mean Power measurement in the Dedicated Physical Channel measurement suite.
Setting Range: GENeric | POFF
Query Range: GEN | POFF
*RST Setting: GENeric
Test Set Requirements: E6601A WCTS Program Version A.02 and above
Example:
' Set the RRC filtered mean power measurement to use the power off limit configuration.
TestSet.WriteString("SETup:WDPChannel:RRCPower:LIMit:CONFig POFF")
Sets/queries the limit level for the generic limit configuration in the RRC Filtered Mean Power measurement.
Setting Range: 0 to 100 dB
Query Range: 0 to 100 dB
Resolution: 0.01 dB
*RST Setting: 9 dB
Test Set Requirements: E6601A WCTS Program Version A.02 and above
Example:
' Set the limit level for the generic limit configuration to 11 dB.
TestSet.WriteString("SETup:WDPChannel:RRCPower:LIMit:GENeric 11DB")
Sets/queries the test tolerance level for the generic limit configuration in the RRC Filtered Mean Power measurement.
Setting Range: 0 to 100 dB
Query Range: 0 to 100 dB
Resolution: 0.01 dB
*RST Setting: 1.0 dB
Test Set Requirements: E6601A WCTS Program Version A.02 and above
Example:
' Set the test tolerance level for the generic limit configuration to 7.5 dB.
TestSet.WriteString("SETup:WDPChannel:RRCPower:LIMit:GENeric:TTOLerance 7.5DB")
Sets/queries the upper limit level for the power off limit configuration in the RRC Filtered Mean Power measurement.
Setting Range: -100 to 100 dBm
Query Range: -100 to 100 dBm
Resolution: 0.01 dB
*RST Setting: -56 dBm
Test Set Requirements: E6601A WCTS Program Version A.02 and above
Example:
' Set the upper limit level for the power off limit configuration to -54 dBm.
TestSet.WriteString("SETup:WDPChannel:RRCPower:LIMit:POFF -54DBM")
Sets/queries the lower limit level for the power off configuration in the RRC Filtered Mean Power measurement.
Setting Range: 0 to 100 dB
Query Range: 0 to 100 dB
Resolution: 0.01 dB
*RST Setting: 1.0 dB
Test Set Requirements: E6601A WCTS Program Version A.02 and above
Example:
' Set the lower limit level for the power off configuration to 8 dB.
TestSet.WriteString("SETup:WDPChannel:RRCPower:LIMit:POFF:TTOLerance 8DB")