CALL:FUNCtion:DATA

CALL:FUNCtion:DATA

Last updated: June 18, 2012

GPIB Command Conventions

CALL:FUNCtion:DATA:DORMant

Function

This command causes the test set to release the physical connection (traffic channel), but attempt to maintain the PPP connection with the AT. It may result in the data connection state going to Dormant. See Dormant State .

To verify the data connection status, see Data Connection State Synchronization .

Requirements

Lab Application Revision: A.01 and above

Programming Example

 
OUTPUT 714;"CALL:FUNCtion:DATA:DORMant"
!Force data connection to dormant state.

CALL:FUNCtion:DATA:DORMant:TIMeout:TIME

Function

Sets/queries Dormancy Timer Value

Setting

Range: 1 to 4096 s

Resolution: 1s

Query

Same as setting
Requirements

Lab Application Revision: F.00.00 and above

*RST Setting

5 s

Programming Example

 
OUTPUT 714;"CALL:FUNCtion:DATA:DORMant:TIMeout:TIME 10s"
 
!Sets the dormancy timer to 10s.

CALL:FUNCtion:DATA:DORMant:TIMeout:STATe

Function

Sets/queries Dormancy Timer State .

  • On - indicates the test set will monitor the activity of data channel, and end the physical connection if there is no data flow detected when the timer is timeout.
  • Off - indicates dormancy timer takes no effect.

Setting

Range: 1|ON|0|OFF

Query

same as setting

*RST Setting

0|OFF

Requirements

Lab Application Revision: F.00.00 and above

Programming Example

 
OUTPUT 714;"CALL:DATA:DORMant:TIMeout:STATe ON" 
!Sets to use the dormancy timer.

CALL:FUNCtion:DATA:DORMant:TIMeout[:STIMe]

Function

Sets/queries a coupled/uncoupled control for two settings: CALL:FUNCtion:DATA:DORMant:TIMeout:STATe CALL:FUNCtion:DATA:DORMant:TIMeout:TIME

Setting

Coupled control: setting the value of CALL:FUNCtion:DATA:DORMant:TIMeout:TIME will automatically set CALL:FUNCtion:DATA:DORMant:TIMeout:STATe to ON. Uncoupled control: set CALL:FUNCtion:DATA:DORMant:TIMeout:TIME and CALL:FUNCtion:DATA:DORMant:TIMeout:STATe respectively.

Query

Same as setting
Requirements

Lab Application Revision: F.00.00 and above

*RST Setting

Coupled setting.

Programming Example

 
OUTPUT 714;"CALL:FUNCtion:DATA:DORMant:TIMeout:TIME 10s"
 
!Sets the Dormancy Timer Value to 10 seconds and the Dormancy Timer State to ON.

CALL:FUNCtion:DATA:STARt

Function

Start Data causes the test set to Page the AT (when there is an active session open). This starts a data connection. See Paging State .

This is an overlapped command, and therefore has a Pending Operation Flag (POF) associated with it. See Data Connection Processing Event Synchronization for more information about the behavior of overlapped commands.

Requirements

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

Programming Example

 
OUTPUT 714;"CALL:FUNCtion:DATA:STARt"
! Starts a data connection.

CALL:FUNCtion:DATA:STOP

Function

End Data causes the test set to close the currently active data connection. See Connection Closing State .

Requirements

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

Programming Example

 
OUTPUT 714;"CALL:FUNCtion:DATA:STOP"
! Ends the data connection.