Value Property (Attribute Object)

Scope: Schematic editor

Object: Attribute Object

Access: Read/Write

Prerequisites: None

Returns or sets the attribute's regular value even if the attribute has an instance (OAT) value.

Usage

Attribute.Value = String

Arguments

None

Return Values

String. A string that contains the value of the attribute.

You can also use the EitherValue Property (Attribute Object) .

Examples

attr.Value = "U3" 
MsgBox attr.Value