290
S:\Hp8960\E1962B CDMA 2000\Pi Release\Reference Guide\Chapters\cdma2000_hpib_call_dconnected.fm
CALL:DCONnected[:STATe]
CALL:DCONnected[:STATe]
CALL:DCONnected:ARM[:IMMediate]
CALL:DCONnected:ARM:STATe?
Function Queries the connected/disconnected state of the data connection. A one is returned if the data
connection is in the connected state. A zero is returned if the data is in the idle (disconnected)
state.
See “Connected/Idle Query” and “Call State Change Detector” .
Query Range: 0|1
*RST Setting 0
Programming Example
OUTPUT 714;"CALL:DCONNECTED:STATE?"
!returns 1 if the data channel is connected, 0 if call is idle.
Function Sets (arms) the call-state-change detector. Arming this detector allows the control program to tell
the test set that it is expecting a change in the state of a call, prior to initiating the state change.
Once armed, the detector remains armed until there is a call state change to Idle or Connected
from one of the transitory states, nor is it disarmed by any transitions from Idle to Idle or
Connected to Connected.
See “Call State Change Detector” .
Programming Example
OUTPUT 714;"CALL:DCONNECTED:ARM:IMMEDIATE" !Arms the call-state-change detector.
Function Queries the arm state of the call-state-change detector. This command never hangs and
immediately returns a one if the detector is armed, or a zero if the detector is not armed. See
“Call State Change Detector”
Query Range: 1|0
*RST Setting 0
Programming Example
OUTPUT 714;"CALL:DCONNECTED:ARM:STATE?"
!Returns arm state of the call-state-change detector.