CALL:CCCHannel

CALL:CCCHannel

Last updated: July 18, 2007

GPIB Command Conventions

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

Function

The setting form of this command performs two functions: (1) sets the forward common control channel (F-CCCH) level, and (2) turns the F-CCCH on/off state to ON. The query form returns the F-CCCH level. See Current Level and Desired Level .

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

Setting

Range: 0 to -20 dB
Resolution: 0.0001 dB

Query

Range: same as setting

*RST Setting

-12.0 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:CCCHannel -10"
!Sets F-CCCH state to on and its level to -10 dB.

CALL[:CELL]:CCCHannel:DRATe

Function

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

Setting

Range: Q20Bps9600|H20Bps9600|H20Bps19200

Q20Bps9600 - Quarter (1/4) code rate, 20 ms frame size, 9600 bps data rate
H20Bps9600 - Half (1/2) code rate, 20 ms frame size, 9600 bps data rate
H20Bps19200 - Half (1/2) code rate, 20 ms frame size, 19200 bps data rate

Query

Range: Q20B9600|H20B9600|H20B19200

*RST Setting

H20Bps9600

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:CCCHannel:DRATe H20B19200" 
!Sets the F-CCCH data rate to 9.6 kbps
!with 1/2 code rate and 20 ms frame size.

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

Function

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

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

Setting

Range: 0 to -20 dB
Resolution: 0.0001 dB

Query

Range: same as setting

*RST Setting

-12.0 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:CCCHannel:LEVel -10"
!Sets F-CCCH level to -10 dB

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

Function

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

The optional [:SELected] keyword in this command specifies that the F-CCCH level and state being set/queried applies to the current system type ( CALL[: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:CCCHannel:STATe OFF" 
!Sets the F-CCCH channel state to off.