Связаться с нами
Связаться с нашими Представительствами напрямую
Parent page: Schematic Query Functions - Membership Checks
Returns all child objects of port objects whose IO Type property complies with the Query.
Object_IOType(Parent) = IOType_String
Object_IOType(Parent) <> IOType_String
IOType_String
must be one of the strings from the following list:
'Bidirectional'
'Input'
'Output'
'Unspecified'
Object_IOType(Parent) = 'Bidirectional'
Returns all child objects of port objects whose IO Type property is Bidirectional
.
Object_IOType(Parent) <> 'Output'
Returns all objects except child objects of port objects whose IO Type property is Output
.
IOType_String
are mandatory.
Связаться с нашими Представительствами напрямую