A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: reference_TCL_tcl_pkg_flng_ver_1_0_cmd_flng__get_object
Ixiasoft
Visible to Intel only — GUID: reference_TCL_tcl_pkg_flng_ver_1_0_cmd_flng__get_object
Ixiasoft
4.1.12.8. flng::get_object (::quartus::flng)
The following table displays information for the flng::get_object Tcl command:
Tcl Package and Version | Belongs to ::quartus::flng |
||
Syntax | flng::get_object [-h | -help] [-long_help] [-name <name> ] [-number <number> ] [-properties <properties> ] -type <type> | ||
Arguments | -h | -help | Short help | |
-long_help | Long help with examples and possible return values | ||
-name <name> | The literal name of the objects to be retrieved. | ||
-number <number> | The numerical part of the name of the objects to be retrieved. | ||
-properties <properties> | Find object matching the specified properties. | ||
-type <type> | The type of objects to be retrieved. | ||
Description | Find a flow engine object matching type and name. |
||
Example Usage | flng::get_object -type task -name synthesis |
||
Return Value | Code Name | Code | String Return |
TCL_OK | 0 | INFO: Operation successful | |
TCL_ERROR | 1 | ERROR: Fail to get object. |