www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Pin Swap Group.
Description
Returns all Pin objects having a Pin Swap Group property that complies with the Query.
Note: The PinSwapId_Pin property is only defined for Pin objects.
Syntax
PinSwapId_Pin : String
Examples
PinSwapId_Pin = '1'
Returns all Pin objects that have a Pin Swap Group property of '1'.
PinSwapId_Pin = 'A1'
Returns all Pin objects that have a Pin Swap Group property of 'A1'.
PinSwapId_Pin Like 'D?'
Returns all Pin objects that have a Pin Swap Group property whose associated string consists of two characters, with the first of those characters being 'D'.