Query_Lang-PCBFunctions_AttributeChecks_NetPinCountNetPinCount_AD
This document is no longer available beyond version 21. Information can now be found here: NetPinCount for version 25
Набор доступных функций зависит от вашего уровня доступа к продуктам Altium. Ознакомьтесь с функциями, включенными в различные уровни Подписки на ПО Altium, и функциональными возможностями приложений, предоставляемых платформой Altium 365.
Если вы не видите в своем ПО функцию, описанную здесь, свяжитесь с отделом продаж Altium, чтобы узнать больше.
Parent page: PCB Query Functions - Attribute Checks
Summary Copy Link Copied
Returns Net objects where the total number of pads in those nets complies with the Query.
Syntax Copy Link Copied
NetPinCount : Number
Example Usage Copy Link Copied
NetPinCount Between 12 And 30
Returns all Net objects where the total number of pads in those nets is greater than or equal to 12
and less than or equal to 30
.
NetPinCount > 10
Returns all Net objects where the total number of pads in those nets is greater than 10.
Tips Copy Link Copied
- The associated child objects of the complying Net objects are also returned.