To set the port property flags.

syntaxSyntax:
DlxPower.SetPortFlags(flags)

Parameters

Parameter Description
flags Specify a combination of the following values:
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.

Return Value

If the operation ends correctly, it returns true otherwise it returns false.

Example

  Copy codeCopy code

See also