Intel® Quartus® Prime Pro Edition User Guide: Scripting

ID 683432
Date 6/20/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

3.1.14.7. 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.