www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Is this a Surface Mount SIP Component.
Description
Returns components that are of a Surface Mount SIP nature. Such a component contains at least four pads, and all of its pads are located in either the same row or the same column. Additionally, all of these pads are of a surface mount nature.
Note: The child objects of these component objects are not also returned.
Syntax
IsSMSIP : Boolean
Examples
IsSMSIP
IsSMSIP = True
Returns all Component objects that are of a Surface Mount SIP nature (as defined above).
Not IsSMSIP
IsSMSIP = False
Returns all objects except Component objects that are of a Surface Mount SIP nature (as defined above).
See Also
IsBGA
IsDIP
IsEdgeConnector
IsLCC
IsPGA
IsSIP
IsSMTComponent
IsSOIC
IsThruComponent