SETup:WDPAnalysis

SETup:WDPAnalysis

Last updated: January 16, 2009

GPIB Command Conventions

SETup:WDPAnalysis:CONTinuous

Function

Sets/queries the trigger arm state for the dynamic power analysis measurement. The trigger arm state determines whether the dynamic power analysis measurement will be made once then stop (0|OFF (single)), or automatically re-arm upon completion of one measurement and repeat the process (1|ON (continuous)).

See Trigger Arm (Single or Continuous) Description .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (on)

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:CONTinuous OFF" 
! Sets measurement to single trigger mode.

SETup:WDPAnalysis:FOFFset

Function

Sets/queries the dynamic power analysis Frequency Offset .

Setting

Range: -5 MHz to +5 MHz

Resolution: 1 Hz

Query

Same as setting

*RST Setting

0 Hz

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:FOFFset 960 KHZ"
! Sets the frequency offset to +960 kHz.

SETup:WDPAnalysis:INTerval

Function

Sets/queries the dynamic power analysis Measurement Interval .

Measurement Interval must be less than or equal to Step Length (see SETup:WDPAnalysis:LENGth ).

Setting

Range: 10 us to 12 ms

Resolution: 1 ns

Query

Same as setting

*RST Setting

+3E-4 s (300 us)

Requirements

Test Application Revision: A.05 and above

Test Application Revision A.08 and Lab Application Revision C.03, increased range to 10 us to 12 ms (previously it was 100 us to 10 ms)

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:INTerval 200 US"
! Sets the measurement interval to 200 microseconds.

SETup:WDPAnalysis:LENGth

Function

Sets/queries the dynamic power analysis step length. See Step Length .

The product of Steps and Step Length must not exceed 58.260 ms.

Setting

Range: 10 us to 12 ms

Resolution: 1 ns

Query

Same as setting

*RST Setting

+6.66667E-4 s (666.667 us)

Requirements

Test Application Revision: A.05 and above

Test Application Revision A.08 and Lab Application Revision C.03, increased range to 10 us to 12 ms (previously it was 100 us to 10 ms)

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:LENGth 700 US" 
!Sets the step length to 700 microseconds.

SETup:WDPAnalysis:RRCfilter

Function

Sets/queries the state of the root-raised cosine (RRC) filter. See RRC Filter .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (On)

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:RRCfilter OFF"
! Turns the RRC filter off.

SETup:WDPAnalysis:STEPs

Function

Sets/queries the number of steps in the UE's power sequence. See Steps .

The product of Steps and Step Length must not exceed 58.260 ms.

Setting

Range: 1 to 200

Resolution: 1

Query

Same as setting

*RST Setting

30

Requirements

Test Application Revision: A.05 and above

Test Application Revision A.08 and Lab Application Revision C.03, increased range to 200 steps (previously it was 100)

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:STEPs 20" 
!Sets the number of steps to 20.

SETup:WDPAnalysis:TIMeout[:STIMe]

Function

The setting form of this command performs two functions: (1) sets the dynamic power analysis measurement's timeout (see Measurement Timeouts ) value, and (2) sets the dynamic power analysis measurement's timeout STATe to 1 (on).

The query form returns the dynamic power analysis measurement's timeout value.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds, off

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TIMEout 5"
! Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:WDPAnalysis:TIMeout:STATe

Function

Sets/queries the dynamic power analysis measurement's timeout (see Measurement Timeouts ) state.

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TIMEout:STATe ON"

SETup:WDPAnalysis:TIMeout:TIME

Function

Sets/queries the dynamic power analysis measurement's timeout (see Measurement Timeouts ) setting to be used when the timeout state is set to ON.

Setting

Range: 0.1 to 999.9 seconds

Resolution: 0.1 second

Query

Range: 0.1 to 999.9

*RST Setting

10 seconds

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TIMEout:TIME 5"

SETup:WDPAnalysis:TRIGger:ALIGnment:HSDPcchannel:SUBFrame

Function

Sets/queries the dynamic power analysis measurement's HS-DPCCH Trigger Subframe Alignment setting.

This command is only applicable when SETup:WDPAnalysis:TRIGger:SOURce is set to HSDPcchannel .

Setting

Range: 0 to 5

Resolution: 1

Query

Same as setting

*RST Setting

0 (subframe 0)

Requirements

Test Application Revision: A.08 and above with the required feature license

Lab Application Revision: C.03 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:ALIGnment:HSDPcchannel:SUBFrame 1"
! Sets HS-DPCCH Trigger Subframe Alignment to subframe 1.

SETup:WDPAnalysis:TRIGger:DELay

Function

Sets/queries the dynamic power analysis measurement's trigger delay setting. See Trigger Delay .

Setting

Range: -12 to 12 ms

Resolution: 1 ns

Query

Same as setting

*RST Setting

1.83333E-4 s (183.333 us)

Requirements

Test Application Revision: A.05 and above

Test Application Revision A.08 and Lab Application Revision C.03, increased range to -12 to 12 ms (previously it was -10 ms to 10 ms)

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:DELay 200 US"
! Sets trigger delay to 200 microseconds.

SETup:WDPAnalysis:TRIGger:QUALify:STATe

Function

Sets/queries the trigger qualification state. See Trigger Qualification State .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:QUALify:STATe ON"
! Turns trigger qualification state on.

SETup:WDPAnalysis:TRIGger:QUALify:TYPe

Function

Sets/queries the trigger qualification type. See Trigger Qualification Type .

Setting

Range: FALL|RISE|RISEFALL

Query

Same as setting

*RST Setting

RISE

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:QUALify:TYPe FALL" 
! Sets the trigger qualification type to RF fall.

SETup:WDPAnalysis:TRIGger:QUALify:FALL

Function

Sets/queries the trigger qualification fall threshold. See Trigger Qualification Fall Threshold .

Setting

Range: 0 to 50 dB

Resolution: 0.01 dB

Query

Same as setting

*RST Setting

10 dB

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:QUALify:FALL 15" 
!Sets the trigger qualification fall threshold to 15 dB.

SETup:WDPAnalysis:TRIGger:QUALify:RISE

Function

Sets/queries the trigger qualification rise threshold. See Trigger Qualification Rise Threshold .

Setting

Range: 0 to 50 dB

Resolution: 0.01 dB

Query

Same as setting

*RST Setting

10 dB

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:QUALify:RISE 15" 
!Sets the trigger qualification rise threshold to 15 dB.

SETup:WDPAnalysis:TRIGger:SOURce

Function

Sets/queries the dynamic power analysis measurement's trigger source. See Trigger Source .

Setting

Range:

  • EXTernal
  • HSDPcchannel (only applicable to a test application with the required feature license)
  • RISE

Query

Range:

  • EXT
  • HSDP (only applicable to a test application with the required feature license)
  • RISE

*RST Setting

RISE

Requirements

Test Application Revision: A.05 and above

Test Application A.08 and above with the required feature license and Lab Application Revision C.03, added HSDPcchannel

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:SOURce EXTernal"
! Sets the trigger source to external

SETup:WDPAnalysis:TRIGger:THReshold

Function

Sets/queries the RF rise trigger threshold. See RF Rise Trigger Threshold .

Setting

Range: -61.0 dBm to +28 dBm

Resolution: 0.01 dBm

Query

Same as setting

*RST Setting

0 dBm

Requirements

Test Application Revision: A.05 and above

Lab Application Revision: B.01 and above

Programming Example

 
OUTPUT 714;"SETup:WDPAnalysis:TRIGger:THReshold 10"
! Sets the RF rise trigger threshold to 10 dBm.