Gets the Swap ID of the pin.

syntaxSyntax:
DlxPin.GetSwapID()

Return Value

Returns the Swap ID of the pin.

Remarks

Swap ID is used to group equivalent pins together. Equivalent pins are pins that can exchange connections without affecting the functionality of the electrical circuit. For example, the input pins of an AND logic are equivalent to each other. Swap ID is useful when routing a PCB to exchange connections on the pins of a component to simplify track design.

Example

  Copy codeCopy code

See also