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