Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 9/29/2025
Public
Document Table of Contents

4.1.25.4. is_connected (::quartus::noceq)

The following table displays information for the is_connected Tcl command:

Tcl Package and Version

Belongs to ::quartus::noceq

Syntax is_connected [-h | -help] [-long_help] -initiator <initiator> -target <target>
Arguments -h | -help Short help
-long_help Long help with examples and possible return values
-initiator <initiator> The initiator name
-target <target> The target name
Description
This command reports whether the initiator and the target is connected.
Example Usage
::noceq::is_connected -initiator myInit -target myTarget
Return Value Code Name Code String Return
TCL_OK 0 INFO: Operation successful