Scope: Schematic editor
Object: Attribute Object
Prerequisites: None
Gets an instance value from within a particular context in the design.
Attribute.GetOatFull(ByVal toplevel As String, ByVal pathvalue As String, ByVal full_or_not As Long) As String
This is the name of the top level design.
This is the path to the instance value that is to be retrieved.
This argument specifies whether or not the entire path to the OAT is used.
True - the entire path is used. False - only the end object of the OAT value is used.
As String. The OAT (and, optionally the path) indicated by the arguments.