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.
Attribute.Value = String
None
String. A string that contains the value of the attribute.
You can also use the EitherValue Property (Attribute Object) .
attr.Value = "U3"
MsgBox attr.Value