SETup:TDPChannel:RRCPower

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.

SETup:TDPChannel:RRCPower:LIMit:GENeric[:LEVel][?]

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.05 and above

Example:

' Set the limit level for the generic limit configuration to 11 dB.

TestSet.WriteString("SETup:TDPChannel:RRCPower:LIMit:GENeric 11DB")

SETup:TDPChannel:RRCPower:LIMit:GENeric:TTOLerance[?]

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.05 and above

Example:

' Set the test tolerance level for the generic limit configuration to 7.5 dB.

TestSet.WriteString("SETup:TDPChannel:RRCPower:LIMit:GENeric:TTOLerance 7.5DB")