www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Is this a primitive in a DIP Component.
Description
Returns child objects of components that are of a DIP nature. At least one (and typically all) of the pads of such a component are of a through-hole nature, and the total pad count is equal to the product of the number of rows of pads and the number of columns of pads. Such a component also has either exactly two rows of pads and at least three columns of pads, or else has exactly two columns of pads and at least three rows of pads.
Note: The parent objects of these component objects are not also returned.
Syntax
InDIP : Boolean
Examples
InDIP
InDIP = True
Returns all child objects of all Component objects that are of a DIP nature (as defined above).
Not InDIP
InDIP = False
Returns all objects except child objects of Component objects that are of a DIP nature (as defined above).
See Also
InBGA
InEdgeConnector
InLCC
InPGA
InSIP
InSMSIP
InSMTComponent
InSOIC
InThruComponent