SETup:WSEMask

SETup:WSEMask

Last updated: January 16, 2009

GPIB Command Conventions

SETup:WSEMask:BOUNdary:ADDitional[1]

Function

Sets/queries the range boundary between range 1 and range 2 for additional SEM requirements.

Setting

Range:

  • KHZ2600 (2.6 MHz)
  • KHZ3500 (3.5 MHz)

Query

Range:

  • KHZ2600 (2.6 MHz)
  • KHZ3500 (3.5 MHz)

*RST Setting

KHZ3500

Requirements

Test Application Revision: A.14 and above.

Programming Example

 
OUTPUT 714;"SETup:WSEMask:BOUNdary:ADDitional KHZ3500" 
!Sets the range boundary between range 1 and 2 for additional SEM requirements.

SETup:WSEMask:BWIDth:ADDitional2

Function

Sets/queries the measurement bandwidth of the second range of the additional SEM requirements, either 100 kHz or 1 MHz (as defined in TS 25.101 (v8.3.0, 2008-07)).

Setting

Range:

  • KHZ100
  • KHZ1000

Query

Range:

  • KHZ100
  • KHZ1000

*RST Setting

KHZ100

Requirements

Test Application Revision: A.14 and above.

Programming Example

 
OUTPUT 714;"SETup:WSEMask:BWIDth:ADDitional2 KHZ100" 
!Sets the the measurement bandwidth of the second range of the 
!additional SEM requirements to 100 kHz.

SETup:WSEMask:CONTinuous

Function

Sets/queries the trigger arm state for the spectrum emission mask measurement. The trigger arm state determines whether the spectrum emission mask 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 Spectrum Emission Mask Measurement Description .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:CONTINUOUS OFF" 
!Sets measurement to single trigger mode.

SETup:WSEMask:COUNt[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the number of spectrum emission mask measurements to be made in a multi-measurement, and (2) sets the multi-measurement STATe command to 1 (on).

The query form returns the number of spectrum emission mask multi-measurements to be made when multi-measurement state is ON.

See Spectrum Emission Mask Measurement Description .

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

Off (10 when STATe = On)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:COUNT:SNUMBER 5" 
!Turns on multi-measurements and sets the number of measurements to 5.

SETup:WSEMask:COUNt:NUMBer

Function

Sets/queries the number of spectrum emission mask measurements to be made when the multi-measurement state is ON.

See Spectrum Emission Mask Measurement Description .

Setting

Range: 1 to 999

Query

Range: 1 to 999

*RST Setting

10

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:COUNT:NUMBER 5" 
!Sets the number of spectrum emission mask multi-measurements to 5.

SETup:WSEMask:COUNt:STATe

Function

Sets/queries the spectrum emission mask multi-measurement state.

See Spectrum Emission Mask Measurement Description .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:COUNT:STATE ON"
! Turns on spectrum emission mask multi-measurements.

SETup:WSEMask:LIMit:ADDitional[1]

Function

Sets/queries the first additional limit, which is applied to the first range for additional SEM requirements.

Setting

Range: -61.0 dBm to +28 dBm

Resolution: 0.01 dBm

Query

Same as setting

*RST Setting

-15 dBm

Requirements

Test Application Revision: A.14 and above.

Programming Example

 
OUTPUT 714;"SETup:WSEMask:LIMit:ADDitional -15DBM"
! Sets the first additional limit to -15 dBm.

SETup:WSEMask:LIMit:ADDitional2

Function

Sets/queries the second additional limit, which is applied to the second range for additional SEM requirements.

Setting

Range: -61.0 dBm to +28 dBm

Resolution: 0.01 dBm

Query

Same as setting

*RST Setting

-13 dBm

Requirements

Test Application Revision: A.14 and above.

Programming Example

 
OUTPUT 714;"SETup:WSEMask:LIMit:ADDitional2 -13DBM"
! Sets the first additional limit to -13 dBm.

SETup:WSEMask:LIMit:REQuirement

Function

Sets/queries the spectrum emission mask (SEM) fail limit mask.

When set to BASic (Basic Limit Only), SEM is tested for the basic SEM requirement only, and results are returned only for ranges 1 to 4 of the basic limit.

When set to BADDitional (Basic AND Additional Limit), SEM is tested for both basic and additional SEM requirements. Results are returned for range 1 to 4 and the additional range 1 to 2.

Setting

Range: BASic | BADDitional

Query

Range: BAS | BADD

*RST Setting

BASic

Requirements

Test Application Revision: A.14 and above.

Programming Example

 
OUTPUT 714;"SETup:WSEMask:LIMit:REQuirement BASic"
! Sets the spectrum emission mask (SEM) fail limit mask to basic limit only.

SETup:WSEMask:TIMeout[:STIMe]

Function

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

The query form returns the spectrum emission mask measurement's timeout value.

See Spectrum Emission Mask Measurement Description .

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

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:TIMEOUT:STIME 5 S" 
! Sets timeout state to ON and sets the timeout time to 5 seconds.

SETup:WSEMask:TIMeout:STATe

Function

Sets/queries the spectrum emission mask measurement's timeout (see Measurement Timeouts ) state.

See Spectrum Emission Mask Measurement Description .

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

0 (off)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:TIMEOUT:STATE ON"

SETup:WSEMask:TIMeout:TIME

Function

Sets/queries the spectrum emission mask measurement's timeout (see Measurement Timeouts ) setting to be used when the timeout state is set to ON.

See Spectrum Emission Mask Measurement Description .

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

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:TIMEOUT:TIME 5 S"

SETup:WSEMask:TRIGger:ALIGnment:HSDPcchannel:SUBFrame

Function

Sets/queries the SEM measurement's HS-DPCCH Trigger Subframe Alignment setting.

This command is only applicable when SETup:WSEMask: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:WSEMask:TRIGger:ALIGnment:HSDPcchannel:SUBFrame 1"
! Sets HS-DPCCH Trigger Subframe Alignment to subframe 1.

SETup:WSEMask:TRIGger:DELay

Function

Sets/queries the spectrum emission mask measurement's Trigger Delay setting.

This setting can be used to delay the measurement trigger in order to start a measurement during a specific timeslot in the frame. For example, a 1.333 ms delay would cause the trigger to wait until after the first two timeslots have elapsed.

Setting

Range: -12 to 12 ms

Resolution: 1 ns

Query

Same as setting

*RST Setting

0 seconds

Requirements

Test Application Revision: A.02 and above

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

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:TRIGGER:DELAY 1MS"

SETup:WSEMask:TRIGger:SOURce

Function

Sets/queries the spectrum emission mask measurement's Trigger Source .

Setting

Range:

  • AUTO
  • EXTernal
  • HSDPcchannel (feature-licensed test application only)
  • IMMediate
  • PROTocol

Query

Range:

  • AUTO
  • EXT
  • HSDP (feature-licensed test application only)
  • IMM
  • PROT

*RST Setting

AUTO

Requirements

Test Application Revision: A.02 and above

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

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:TRIGGER:SOURCE IMMEDIATE"

SETup:WSEMask:LIMit:BWIDTH30

Function

Sets/queries the spectrum emission mask measurement's pass/fail limits for the 30 kHz bandwidth filter frequency offsets.

There are two 30 kHz bandwidth filter pass/fail settings, one for the +/-2.5 MHz offset and one for the +/-3.5 MHz offset.

See Spectrum Emission Mask Measurement Description .

Setting

Range: -90 to 0 dBc

Resolution: 0.01 dBc

Query

Range: -90 to 0

*RST Setting

-35 dBc (+/-2.5 MHz offset), -50 dBc(+/-3.5 MHz offset)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:LIMit:BWIDTH30 -35,-34"
! Sets the +/-2.5 MHz frequency offset pass/fail limit to -35
! and sets the +/-3.5 MHz frequency offset to -34

SETup:WSEMask:LIMit:BWIDTH1000

Function

Sets/queries the spectrum emission mask measurement's pass/fail limits for the 1 MHz bandwidth filter frequency offsets.

There are four 1 MHz bandwidth filter pass/fail settings

  • +/-3.5 MHz offset
  • +/-7.5 MHz offset
  • +/-8.5 MHz offset
  • +/-12.5 MHz offset

See Spectrum Emission Mask Measurement Description .

Setting

Range: -90 to 0 dBc

Resolution: 0.01 dBc

Query

Range: -90 to 0

*RST Setting

-35 dBc (+/-3.5 MHz offset), -39 dBc (+/-7.5 MHz offset), -49 dBc (+/-8.5 MHz offset), -49 dBc(+/-12.5 MHz offset)

Requirements

Test Application Revision: A.02 and above.

Lab Application Revision: A.01 and above.

Programming Example

 
OUTPUT 714;"SETUP:WSEMASK:LIMit:BWIDTH1000 -35,-34,-45,-45"
! Sets the pass/fail limits for the four SEM 1 MHz filter frequency offsets.