To get the port property flags.
Syntax: |
---|
DlxPower.GetPortFlags() |
Return Value
Returns a combination of the following values:
Value | Meaning |
DlxApp.POWEROPTION_EXCLUDEFROMNETLIST | If this option is enabled, the power port will be ignored when compiling the net list. |
DlxApp.POWEROPTION_POWERPORTTOMERGE | This option should be used when two power ports with different names are present in the same connection. If this option is enabled, the power port name will not be used to identify the connection. |
Example
Copy code | |
---|---|
|