GetOatFull Method (Attribute Object)

Scope: Schematic editor

Object: Attribute Object

Prerequisites: None

Gets an instance value from within a particular context in the design.

Usage

Attribute.GetOatFull(ByVal toplevel As String, ByVal pathvalue As String, ByVal full_or_not As Long) As String

Arguments

toplevel

This is the name of the top level design.

pathvalue

This is the path to the instance value that is to be retrieved.

full_or_not

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.

Return Values

As String. The OAT (and, optionally the path) indicated by the arguments.