Last Updated: August 29, 2007
These commands allow you to set and query Mean Power measurement 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 Mean Power measurement in the Dedicated Physical Channel measurement suite.
Setting Range: GENeric | PMAXimum | PMINimum
Query Range: GEN | PMAX | PMIN
*RST Setting: GENeric
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the mean power measurement to use the maximum power limit configuration.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:CONFig PMAXimum")
Sets/queries the limit level for the generic limit configuration in the 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.05 and above
Example:
' Set the limit level for the generic limit configuration to 7 dB.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:GENeric 7DB")
Sets/queries the test tolerance level for the generic limit configuration in the 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.05 and above
Example:
' Set the test tolerance level for the generic limit configuration to 2.5 dB.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:GENeric:TTOLerance 2.5DB")
Sets/queries the lower limit level for the maximum power limit configuration in the Mean Power measurement.
Setting Range: -100 to 100 dBm
Query Range: -100 to 100 dBm
Resolution: 0.01 dBm
*RST Setting: 21 dBm
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the lower limit level for the maximum power limit configuration to 15 dBm.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:PMAXimum:LOWer 15")
Sets/queries the upper limit level for the maximum power limit configuration in the Mean Power measurement.
Setting Range: -100 to 100 dBm
Query Range: -100 to 100 dBm
Resolution: 0.01 dBm
*RST Setting: 25 dBm
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the upper limit level for the maximum power limit configuration to 30 dBm.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:PMAXimum:UPPer 30")
Sets/queries the test tolerance level for the maximum power limit configuration in the Mean Power measurement.
Setting Range: 0 to 100 dB
Query Range: 0 to 100 dB
Resolution: 0.01 dB
*RST Setting: 0.7 dB
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the test tolerance level for the maximum power limit configuration to 10 dB.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:PMAXimum:TTOLerance 10DB")
Sets/queries the limit level for the minimum power limit configuration in the Mean Power measurement.
Setting Range: -100 to 100 dBm
Query Range: -100 to 100 dBm
Resolution: 0.01 dBm
*RST Setting: -49 dBm
Test Set Requirements: E6601A WCTS Program Version A.05 and above
Example:
' Set the limit level for the minimum power limit configuration to -10 dBm.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:PMINimum -10DBM")
Sets/queries the test tolerance level for the minimum power limit configuration in the 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.05 and above
Example:
' Set the test tolerance level for the minimum power limit configuration to 3 dB.
TestSet.WriteString("SETup:TDPChannel:MPOWer:LIMit:PMINimum:TTOLerance 3DB")