Gets the status of the pin.
Return Value
Returns one of the following values:
DlxApp.PINSTATE_FREE |
The pin is not connected. |
DlxApp.PINSTATE_INACTIVE |
The pin is not active. It can be a graphics pin, an invisible pin, or a non-connectable pin. |
DlxApp.PINSTATE_WIRELINKABLE |
The pin can be connected to a wire or other pins. |
DlxApp.PINSTATE_BUSLINKABLE |
The pin can only be connected to bus lines. |
DlxApp.PINSTATE_WIRELINKED |
The pin is connected with other pins or wires. |
DlxApp.PINSTATE_BUSLINKED |
The pin is connected with bus lines. |
Example
|
Copy code
|
|
See also