Sets the type of analysis in which the probe object is active.

syntaxSyntax:
DlxProbe.SetAnalysisID(id)

Parameters

Parameter Description
id Enter one of the following values:
DlxApp.PROBEANALYSIS_ALL
DlxApp.PROBEANALYSIS_OP
DlxApp.PROBEANALYSIS_DC
DlxApp.PROBEANALYSIS_TRAN
DlxApp.PROBEANALYSIS_AC
DlxApp.PROBEANALYSIS_NOISE
DlxApp.PROBEANALYSIS_DISTO

Return Value

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

Example

  Copy codeCopy code

See also