144
ChipScope Pro Software and Cores User Guide
UG029 (v14.3) October 16, 2012
Chapter 5:
ChipScope Engine Tcl Interface
::chipscope::csejtag_target is_connected
This subcommand tests the connection status of a JTAG target device.
Syntax
::chipscope::csejtag_target is_connected handle
Arguments
Returns
Connection status:
−
1 indicates connection to target is open and active
−
0 indicates closed.
An exception is thrown if the subcommand fails.
Example
Return current target in the specified session.
%set isConnected (::chipscope::csejtag_target is_connected $handle)
Back to list of all CseJtag Tcl Commands
Table 5-16:
Arguments for Subcommand ::chipscope::csejtag_target is_connected
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create
.