Query_Lang-PCBFunctions_MembershipChecks_InNetClassInNetClass_AD
Created: 9月 13, 2015 | Updated: 8月 20, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
現在、バージョン 2.1. をご覧頂いています。最新情報については、バージョン Query_Lang-PCBFunctions_MembershipChecks_InNetClass((InNetClass))_AD の 4 をご覧ください。
Parent page: PCB Query Functions - Membership Checks
Summary
Returns all nets (and their associated objects) that are members of the specified Net Class.
Syntax
InNetClass(ClassName : String) : Boolean/Boolean_String
Example Usage
InNetClass('Data Bus Nets')
InNetClass('Data Bus Nets') = True
InNetClass('Data Bus Nets') = 'True'
Returns all nets (and their associated objects) that are members of the Data Bus Nets
Net Class.
Not InNetClass('Address Bus Nets')
InNetClass('Address Bus Nets') = False
InNetClass('Address Bus Nets') = 'False'
Returns all objects except nets (and their associated objects) that are members of the Address Bus Nets
Net Class.
Tips
- The single quote characters (') at the start and end of the
ClassName
string are mandatory.