CALL:CCHannel

CALL:CCHannel

Last updated: December 3, 2008

GPIB Command Conventions

CALL:CCHannel:ASSCycle:STATe

Function

Sets/queries the Small Slot Cycle Allowed state, for details, see Small Slot Cycle Allowed

Requirements

Lab Application Revision: B.01 and above

Setting

Range: ON|OFF

Query

same as setting

*RST Setting

OFF

Programming Example

 
OUTPUT 714;"CALL:CCHannel:ASSCycle:STATe ON"
! Sets the Small Slot Cycle Allowed state to ON.

CALL:CCHannel:DRATe

Function

Sets/queries the rate used on the Control Channel. See Control Channel Data Rate .

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range:

  • BPS38400: 38.4 kbps
  • BPS76800: 76.8 kbps

Query

Same as setting

*RST Setting

BPS76800

Programming Example

 
OUTPUT 714;"CALL:CCHannel:DRATe BPS38400" 
! Sets the Control Channel data rate to 38.4 kbps.

CALL:CCHannel:PCCCycle[:SNUMber]

Function

The setting form of this command performs two functions: (1) sets the Preferred Control Channel Cycle and (2) turns the Preferred Control Channel Cycle state to on (Preferred Control Channel Cycle enabled). The query form returns the Preferred Control Channel Cycle.

This setting is used only when the preferred control channel cycle control is set to AN Specified control mode (see CALL[:CELL]:CONTrol:CATTribute:ISTate:PCCCycle ).

This is a "Configurable Attribute" that is set during session negotiation. See Preferred Control Channel Cycle for details.

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range/Resolution: see CALL:CCHannel:PCCCycle:NUMBer .

Query

Range/Resolution: see CALL:CCHannel:PCCCycle:NUMBer .

*RST Setting

OFF, and see CALL:CCHannel:PCCCycle:NUMBer .

Programming Example

 
OUTPUT 714;"CALL:CCHannel:PCCCycle 9000" 
! Sets the Preferred Control Channel Cycle state to ON and
! sets Preferred Control Channel Cycle to 9000.

CALL:CCHannel:PCCCycle:NUMBer

Function

Sets/queries the Preferred Control Channel Cycle value.

It is used only when the preferred control channel cycle is enabled ( CALL:CCHannel:PCCCycle:STATe ) and the preferred control channel cycle control is set to AN Specified control mode (see CALL[:CELL]:CONTrol:CATTribute:ISTate:PCCCycle ).

This is a "Configurable Attribute" that is set during session negotiation. See Preferred Control Channel Cycle for details.

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 0 to 32767

Resolution: 1 cycle

Query

Same as setting

*RST Setting

8096

Programming Example

 
OUTPUT 714;"CALL:CCHannel:PCCCycle:NUMBer 9000" 
! Sets the Preferred Control Channel Cycle to 9000.

CALL:CCHannel:PCCCycle:STATe

Function

Sets/queries the Preferred Control Channel Cycle enable state. Preferred control channel cycle is disabled (off) by default. If your AT supports sleep mode, you can enable (turn on) preferred control channel cycle and set a proper value for your AT (see CALL:CCHannel:PCCCycle:NUMBer .)

This is a "Configurable Attribute" that is set during session negotiation. See Preferred Control Channel Cycle for details.

Requirements

Test Application Revision: A.01.20 and above
Lab Application Revision: A.01 and above

Setting

Range: 1|ON|0|OFF

Query

Range: 1|0

*RST Setting

OFF

Programming Example

 
OUTPUT 714;"CALL:CCHannel:PCCCycle:STATe ON"
! Enables Preferred Control Channel Cycle.

CALL:CCHannel:SCYCle[1]

Function

Sets/queries the Slot Cycle 1 in Slotted Mode attribute.

This is a "Configurable Attribute" that is set during session negotiation.

Requirements

Lab Application Revision: B.01 and above

Setting

Range: SLOT64|SLOT128|SLOT256|SLOT768|SLOT1536|SLOT3072|SLOT6144|SLOT12288|SLOT24576

Query

same as setting

*RST Setting

SLOT3072

Programming Example

 
OUTPUT 714;"CALL:CCHannel:SCYCle SLOT768"
! Sets the Slot Cycle 2 to 768 slots.

CALL:CCHannel:SCYCle2

Function

Sets/queries the Slot Cycle 2 in Slotted Mode attribute.

This is a "Configurable Attribute" that is set during session negotiation.

Requirements

Lab Application Revision: B.01 and above

Setting

Range: SLOT64|SLOT128|SLOT256|SLOT768|SLOT1536|SLOT3072|SLOT6144|SLOT12288|SLOT24576

Query

same as setting

*RST Setting

SLOT3072

Programming Example

 
OUTPUT 714;"CALL:CCHannel:SCYCle2 SLOT768"
! Sets the Slot Cycle 2 to 768 slots.

CALL:CCHannel:SCYCle3

Function

Sets/queries the Slot Cycle 3 in Slotted Mode attribute.

This is a "Configurable Attribute" that is set during session negotiation.

Requirements

Lab Application Revision: B.01 and above

Setting

Range: SLOT64|SLOT128|SLOT256|SLOT768|SLOT1536|SLOT3072|SLOT6144|SLOT12288|SLOT24576

Query

same as setting

*RST Setting

SLOT3072

Programming Example

 
OUTPUT 714;"CALL:CCHannel:SCYCle3 SLOT768"
! Sets the Slot Cycle 3 to 768 slots.

CALL:CCHannel:WCOunt[1]

Function

Sets/queries the Wake Count 1 in Slotted Mode attribute.

This is a "Configurable Attribute" that is set during session negotiation.

Requirements

Lab Application Revision: B.01 and above

Setting

Range: +0 to +15

Resolution: integer

Query

same as setting

*RST Setting

0

Programming Example

 
OUTPUT 714;"CALL:CCHannel:WCOunt 3"
! Sets the wake count 1 value to 3.

CALL:CCHannel:WCOunt2

Function

Sets/queries the Wake Count 2 in Slotted Mode attribute.

This is a "Configurable Attribute" that is set during session negotiation.

Requirements

Lab Application Revision: B.01 and above

Setting

Range: +0 to +15

Resolution: integer

Query

same as setting

*RST Setting

0

Programming Example

 
OUTPUT 714;"CALL:CCHannel:WCOunt2 3"
! Sets the wake count 2 value to 3.