To get the probe property flags.

syntaxSyntax:
DlxProbe.GetProbeFlags()

Return Value

Returns a combination of the following values:

Value Meaning
DlxApp.PROBEFLAGS_SHOWNAME Determines whether the probe name is visible.
DlxApp.PROBEFLAGS_VNAME Specifies the orientation of the name when the port is placed vertically.
DlxApp.PROBEFLAGS_UPDATETEXT Indicates whether the name should be repositioned automatically when the port is rotated.
DlxApp.PROBEFLAGS_HORIZONTAL The name is always displayed horizontally.
DlxApp.PROBEFLAGS_LOADTOGROUND The probe object closes the circuit by applying a load to ground.

Example

  Copy codeCopy code

See also