Contact Us
Contact our corporate or local offices directly.
Parent page: Schematic Query Functions - Fields
Returns all port and sheet entry objects whose IO Type property complies with the Query.
PortIOType = IOType_String
PortIOType <> IOType_String
IOType_String
must be one of the strings from the following list:
'Bidirectional'
'Input'
'Output'
'Unspecified'
PortIOType = 'Bidirectional'
Returns all port and sheet entry objects whose IO Type property is Bidirectional
.
PortIOType <> 'Output'
Returns all objects except port and sheet entry objects whose IO Type property is Output
.
IOType_String
are mandatory.
Contact our corporate or local offices directly.