Query_Lang-PCBFunctions_AttributeChecks_IsElectricalIsElectrical_AD
Created: September 10, 2015 | Updated: August 09, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Now reading version 2.0. For the latest, read: Query_Lang-PCBFunctions_AttributeChecks_IsElectrical((IsElectrical))_AD for version 4
Parent page: PCB Query Functions - Attribute Checks
Summary
Returns all net objects whose Net property is not set to No Net.
Syntax
IsElectrical : Boolean/Boolean_String
Example Usage
IsElectrical
IsElectrical = True
IsElectrical = 'True'
Returns all net objects whose Net property is not set to No Net.
Not IsElectrical
IsElectrical = False
IsElectrical = 'False'
Returns all objects except net objects whose Net property is not set to No Net.