ChipScope Pro Software and Cores User Guide
143
UG029 (v14.3) October 16, 2012
CseJtag Tcl Commands
::chipscope::csejtag_target close
This subcommand closes a previously opened JTAG target device.
Syntax
::chipscope::csejtag_target close handle
Arguments
Returns
An exception is thrown if the subcommand fails.
Example
Close the current target in the specified session.
%::chipscope::csejtag_target close $handle
Back to list of all CseJtag Tcl Commands
Table 5-15:
Arguments for Subcommand ::chipscope::csejtag_target close
Argument
Type
Description
handle
Required
Handle to the session that is returned by
::chipscope::csejtag_session create.