Migration Guide : C. Features Introduced in OpenROAD 5.1 : New Features : ProcExec Attributes
 
Share this page          
ProcExec Attributes
The ProcExec system class has four new attributes:
LineNumber
Contains the processed script line number of the frame, procedure, or method currently being executed
LocalScope
References the local (immediate) scope of the frame, procedure, or method currently being executed
Name
Contains the name of the frame, procedure, or method currently being executed
Parent
References the frame, procedure, or method that called the currently executing frame, procedure, or method
Note:  The parent of the starting component is the application itself, which does not derive from ProcExec. Using the starting component's Parent attribute to access this will result in an error.
For more information about these attributes, see the Language Reference Guide and the System Reference Summary.