effectiveTargetPosition property

PortPosition get effectiveTargetPosition

Get effective target position for routing.

Returns the physical targetPosition. Bidi ports use physical position - the "bidirectional" aspect just means the port can be source or target, not that direction changes dynamically.

Implementation

PortPosition get effectiveTargetPosition => targetPosition;