Scope: Schematic editor
Object: Component Object
Prerequisites: None
Sets the instance value (formerly referred to as an OAT) for a component attribute.
If there is no attribute that matches the String argument, a new attribute is created. You can determine which attribute instance value is being set with the “InstanceValue Property (Attribute Object)”, which serves as a better alternative for this operation.
Component.AddOat(ByVal text As String) As IVdAttr
The attribute instance value string, taking the form: NAME=VALUE
As Attribute. The newly created Attribute Object.