CALL:PROTocol

CALL:PROTocol

Last updated: June 6, 2007

GPIB Command Conventions

CALL[:CELL]:PROTocol[:SELected]

Function

Sets/queries the protocol standard for the selected System Type.

   
NOTE
An additional feature license is required to enable the setting of PREV7 (for IS-2000 system) in a licensed test application, see Protocol Revisions .

   

Setting

Range: PREVision6|PREVision7|TSB74|JSTD8|D95B|AT53|KPCS

Query

Range: PREV6|PREV7|TSB74|JSTD8|D95B|AT53|KPCS

*RST Setting

PREV6 (IS-2000-0)

Requirements

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

Lab Application Revision: B.02 and above: added PREV7.

Programming Example

 
OUTPUT 714;"CALL:PROTocol PREV6" 
!Selects protocal revision 6 
!assuming current system type is IS-2000.

CALL[:CELL]:PROTocol:DIGital95

Function

Sets/queries the protocol standard for the IS-95 System Type. See Protocol Revisions .

Setting

Range: TSB74|JSTD8|D95B|AT53|KPCS

Query

Range: TSB74|JSTD8|D95B|AT53|KPCS

*RST Setting

D95B (IS-95B)

Programming Example

 
OUTPUT 714;"CALL:PROTocol:DIGital95 KPCS" 
!Selects Korean PCS for IS-95 system.

CALL[:CELL]:PROTocol:DIGital2000

Function

Sets/queries the protocol standard for the IS-2000 System Type.

   
NOTE
An additional feature license is required to enable the setting of PREV7 in a licensed test application, see Protocol Revisions .

   

Setting

Range: PREVision6|PREVision7

Query

Range: PREV6|PREV7

*RST Setting

PREV6

Requirements

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

Lab Application Revision: B.02 and above: added PREV7.

Programming Example

 
OUTPUT 714;"CALL:PROTocol:DIGital2000 PREV6" 
!Selects PREV6 explicitly for the IS-2000 system.

CALL[:CELL]:PROTocol:CCHannel:CONFigure

Function

Sets/queries which control channels are generated and which access channel is expected by the test set when protocol revision is greater than 6 ( see CALL[:CELL]:PROTocol:DIGital2000 ). BCEChannel indicates F-BCCH/F-CCCH/R-EACH control channels are active and PACHannel indicates F-PCH/R-ACH control channels are active. See Setting Control Channel Parameters for details.

Setting

Range: BCEChannel|PACHannel

Query

Range: BCEC|PACH

*RST Setting

BCEChannel

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:PROTocol:CCHannel:CONFigure BCEChannel"
!Selects F-BCCH/F-CCCH/R-EACH as control channels for PREV7.