Query_Lang-PCBFunctions_MembershipChecks_InNetClassInNetClass_AD
Created: сентября 13, 2015 | Updated: августа 20, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Вы просматриваете версию 2.0. Для самой новой информации, перейдите на страницу 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.