CompPinCount_Bottom Attribute Check

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Summary

Pin Count of a component (or owner component).

Description

Returns Component objects whose count of child Pad objects on the Bottom (copper) layer complies with the Query; all of their child objects are also returned.

Syntax

CompPinCount_Bottom : Number

Examples

CompPinCount_Bottom = 10

Returns all Components that have exactly 10 child Pad objects on the Bottom (copper) layer; all of their child objects are also returned.

 

CompPinCount_Bottom Between 20 And 30

Returns all Components that have between 20 and 30 child Pad objects on the Bottom (copper) layer; all of their child objects are also returned.

 

CompPinCount_Bottom <= 8

Returns all Components that have up to 8 Pad objects on the Bottom (copper) layer; all of their child objects are also returned. This Query also returns all objects which are not child objects of any Component object. (Such objects do not have an explicit CompPinCount_Bottom property, so that is assessed as being zero, which is less than 8.)

See Also

CompPinCount

CompPinCount_Internal

CompPinCount_Surface

CompPinCount_ThruHole

CompPinCount_Top

Your Ad Here