Query_Lang-PCBFunctions_Fields_AutoAssignedNameAutoAssignedName_AD
Created: марта 24, 2017 | Updated: марта 06, 2024
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Вы просматриваете версию 3.2. Для самой новой информации, перейдите на страницу Query_Lang-PCBFunctions_Fields_AutoAssignedName((AutoAssignedName))_AD для версии 4
Parent page: PCB Query Functions - Fields
Summary
Returns all polygon pour objects whose Auto Assigned Name property complies with the Query.
Syntax
AutoAssignedName : Boolean_String
Boolean_String
must be either 'True'
or 'False'
.
Example Usage
AutoAssignedName = 'True'
Returns all polygon pour objects whose Auto Assigned Name property is enabled.
AutoAssignedName = 'False'
Returns all polygon pour objects whose Auto Assigned Name property is disabled.
AutoAssignedName <> 'True'
Not (AutoAssignedName = 'True')
Returns all objects except polygon pour objects whose Auto Assigned Name property is enabled.
AutoAssignedName <> 'False'
Not (AutoAssignedName = 'False')
Returns all objects except polygon pour objects whose Auto Assigned Name property is disabled.
Tips
- The Auto Assigned Name property is only defined for polygon pour objects.
- When viewing the properties for a selected polygon pour on the Properties panel, the Auto Assigned Name property is called Auto Naming.