联系我们
联系原厂或当地办公室
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.
联系原厂或当地办公室