AddOAT Method (ComponentPin Object)

Scope: Schematic editor

Object: ComponentPin Object

Prerequisites: None

Sets the instance value (OAT) of a component pin attribute.

Usage

ComponentPin.AddOat(ByVal String As String) As IVdAttr

Arguments

String

Attribute string of the form NAME=VALUE.

Return Values

As IVdAttr. The Attribute Object that has the new OAT value.

Description

Sets the instance value (OAT) of a component pin attribute. If no attribute with the given name exists, creates a new attribute. You can control the context (fully qualified path) by using the SelectPath Method (Application Object).