LinkProperties
The properties of a schematic link connection.
Example
-- See SchematicLink for an example
Inheritance
The LinkProperties object is derived from the CompositeValue object.
Usage locations
The LinkProperties object can be accessed from the following locations:
- Methods
- LinkPropertiesList object has method Append().
- LinkPropertiesList object has method Get(number).
Property List
- DefinitionMethod
- Schematic link can be defined with a port or a point. (Read/Write SchematicLinkDefinitionMethodEnum)
- PinName
- The name of the pin. (Read/Write string)
- Point
- Point that will define the position of the schematic link. (Read/Write GlobalCoordinates)
- Terminal
- The name of the port that will define the position of the schematic link. (Read/Write Port)
Property Details
- DefinitionMethod
- Schematic link can be defined with a port or a point.
- Type
- SchematicLinkDefinitionMethodEnum
- Access
- Read/Write
- PinName
- The name of the pin.
- Type
- string
- Access
- Read/Write
- Point
- Point that will define the position of the schematic link.
- Type
- GlobalCoordinates
- Access
- Read/Write
- Terminal
- The name of the port that will define the position of the schematic link.
- Type
- Port
- Access
- Read/Write