CALL:BCCHannel

CALL:BCCHannel

Last updated: July 18, 2007

GPIB Command Conventions

CALL[:CELL]:BCCHannel[:SLEVel]<[:SELected]|:DIGital2000>

Function

The setting form of this command performs two functions: (1) sets the forward broadcast control channel (F-BCCH) level, and (2) turns the F-BCCH on/off state to ON. The query form returns the F-BCCH level. See Configuring Forward Channel Power Levels and Walsh Codes .

The optional [:SELected] keyword in this command specifies that the F-BCCH level and state being set/queried applies to the current system type ( CALL:STATus:CELL:SYSTem[:TYPE]? ).

Setting

Range: 0 to -20 dB
Resolution: 0.0001 dB

Query

Range: same as setting

*RST Setting

-15.2 dB

Requirements

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

Lab Application Revision: B.02 and above

Programming Example

 
OUTPUT 714;"CALL:BCCHannel -10"
!Sets F-BCCH state to on and its level to -10 dB.

CALL[:CELL]:BCCHannel:DRATe

Function

Sets/queries the coding rate, frame size and data rate of the forward broadcast control channel (F-BCCH). See F-BCCH Data Rate .

Setting

Range: H40Bps4800|H40Bps9600|H40Bps19200

H40Bps4800 - Half (1/2) code rate, 40 ms frame size, 4800 bps data rate
H40Bps9600 - Half (1/2) code rate, 40 ms frame size, 9600 bps data rate
H40Bps19200 - Half (1/2) code rate, 40 ms frame size, 19200 bps data rate

Query

Range: H40B4800|H40B9600|H40B19200

*RST Setting

H40Bps9600

Requirements

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

Lab Application Revision: B.02 and above

Programming Example

 
OUTPUT 714;"CALL:BCCHannel:DRATe H40Bps4800" 
!Sets the F-BCCH data rate to 4.8 kbps
!with 1/2 code rate and 40 ms frame size.

CALL[:CELL]:BCCHannel:LEVel<[:SELected]|:DIGital2000>

Function

Sets/queries the F-BCCH level. See Current Level and Desired Level

The optional [:SELected] keyword in this command specifies that the F-BCCH level and state being set/queried applies to the current system type ( CALL:STATus:CELL:SYSTem[:TYPE]? ).

Setting

Range: 0 to -20 dB
Resolution: 0.0001 dB

Query

Range: same as setting

*RST Setting

-15.2 dB

Requirements

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

Lab Application Revision: B.02 and above

Programming Example

 
OUTPUT 714;"CALL:BCCHannel:LEVel -10"
!Sets F-BCCH level to -10 dB

CALL[:CELL]:BCCHannel:STATe<[:SELected]|:DIGital2000>

Function

Sets/queries the forward F-BCCH channel on/off state. See Current Level and Desired Level .

The optional [:SELected] keyword in this command specifies that the F-BCCH level and state being set/queried applies to the current system type ( CALL:STATus:CELL:SYSTem[:TYPE]? ).

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

1 (on)

Requirements

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

Lab Application Revision: B.02 and above

Programming Example

 
OUTPUT 714;"CALL:BCCHannel:STATe OFF" 
!Sets the F-BCCH channel state to off.