Query_Lang-SCHFunctions_MembershipChecks_Object_DesignatorObject_Designator_AD
Created: сентября 17, 2015 | Updated: августа 19, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Вы просматриваете версию 2.0. Для самой новой информации, перейдите на страницу Query_Lang-SCHFunctions_MembershipChecks_Object_Designator((Object_Designator))_AD для версии 4
Parent page: Schematic Query Functions - Membership Checks
Summary
Returns all child objects of each part object whose Component Designator property complies with the Query.
Syntax
Object_Designator(Parent) : String
Example Usage
Object_Designator(Parent) = 'U2'
Returns all child objects of part objects whose Component Designator property is U2
.
Object_Designator(Parent) Like '*Channel*'
Returns all child objects of part objects whose Component Designator property includes Channel.