Gets the electrical characteristics of the port.

syntaxSyntax:
DlxSheetport.GetEType()

Return Value

Returns one of the following values:

DlxApp.PORTTYPE_UNDEFINED Pin with function not clearly defined.
DlxApp.PORTTYPE_INPUT Input pin.
DlxApp.PORTTYPE_OUTPUT Output pin.
DlxApp.PORTTYPE_BIDIRECTIONAL Input/Output pin.

Example

  Copy codeCopy code

See also