Query_Lang-PCBFunctions_Fields_RuleScope1RuleScope1_AD
Набор доступных функций зависит от вашего уровня доступа к продуктам Altium. Ознакомьтесь с функциями, включенными в различные уровни Подписки на ПО Altium, и функциональными возможностями приложений, предоставляемых платформой Altium 365.
Если вы не видите в своем ПО функцию, описанную здесь, свяжитесь с отделом продаж Altium, чтобы узнать больше.
Parent page: PCB Query Functions - Fields
Summary Copy Link Copied
Returns all design rule and violation objects whose Scope 1 property complies with the Query.
Syntax Copy Link Copied
RuleScope1 : String
The entered string must target the scope defined for the rule (e.g. 'All').
Example Usage Copy Link Copied
RuleScope1 = '
All'
Returns all design rule and violation objects whose Scope 1 property is All.
RuleScope1 = '
InNet(''D7'')'
Returns all design rule and violation objects whose Scope 1 property is InNet('D7').
RuleScope1 Like 'InNet(''???'')'
Returns all design rule and violation objects whose Scope 1 property is InNet('???'). The string of the associated net needs to consist of exactly three characters, with examples of compliant Scope 1 properties being InNet('GND') and InNet('VCC').
Tips Copy Link Copied
- The Scope 1 property is only defined for design rule and violation objects.