Sets the Swap ID of the pin.
Syntax: |
---|
DlxPin.SetSwapID(id) |
Parameters
Parameter | Description |
---|---|
id | Specify a value between 0 and 9. |
Return Value
If the operation ends correctly, it returns true otherwise it returns false.
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 code | |
---|---|
|