Sets the symbol to be added internally to the component's graphic symbol.
Syntax: |
DlxPin.SetSymbols(ieeeInside, ieeeInEdge, ieeeOutEdge, ieeeOutside)
|
Parameters
Parameter |
Description |
ieeeInside |
Specify the symbol to be added internally to the component's graphic symbol.
DlxApp.IEEESYMBOLINSIDE_NONE |
|
DlxApp.IEEESYMBOLINSIDE_OPEN |
|
DlxApp.IEEESYMBOLINSIDE_OPENHIGH |
|
DlxApp.IEEESYMBOLINSIDE_OPENLOW |
|
DlxApp.IEEESYMBOLINSIDE_PASSIVEUP |
|
DlxApp.IEEESYMBOLINSIDE_PASSIVEDW |
|
DlxApp.IEEESYMBOLINSIDE_THREESTATE |
|
DlxApp.IEEESYMBOLINSIDE_AMPLIFIER |
|
DlxApp.IEEESYMBOLINSIDE_GENERATOR |
|
DlxApp.IEEESYMBOLINSIDE_HYSTERESIS |
|
DlxApp.IEEESYMBOLINSIDE_POSTPONED |
|
DlxApp.IEEESYMBOLINSIDE_SHIFT |
|
|
ieeeInEdge |
Specify the symbol to be added on the inside edge of the component graphic symbol.
DlxApp.IEEESYMBOLINSIDEEDGE_NONE |
|
DlxApp.IEEESYMBOLINSIDEEDGE_CLOCK |
|
|
ieeeOutEdge |
Specify the symbol to add to the outer edge of the component graphic symbol.
DlxApp.IEEESYMBOLOUTSIDEEDGE_NONE |
|
DlxApp.IEEESYMBOLOUTSIDEEDGE_DOT |
|
DlxApp.IEEESYMBOLOUTSIDEEDGE_LOWIN |
|
DlxApp.IEEESYMBOLOUTSIDEEDGE_LOWOUT |
|
|
ieeeOutside |
Specify the symbol to add outside the component graphic symbol.
DlxApp.IEEESYMBOLOUTSIDE_NONE |
|
DlxApp.IEEESYMBOLOUTSIDE_FLOWIN |
|
DlxApp.IEEESYMBOLOUTSIDE_FLOWOUT |
|
DlxApp.IEEESYMBOLOUTSIDE_FLOWBI |
|
DlxApp.IEEESYMBOLOUTSIDE_ANALOG |
|
DlxApp.IEEESYMBOLOUTSIDE_DIGITAL |
|
DlxApp.IEEESYMBOLOUTSIDE_NONLOGIC |
|
|
Return Value
If the operation ends correctly, it returns true otherwise it returns false.
Remarks
Symbols added to the pin allow you to show the electrical characteristics of the pin. These symbols are purely graphic.
The electrical characteristics of the pin are determined only by the Electrical Type parameter.
Example
|
Copy code
|
|
See also