Gets the type of analysis in which the probe object is active.
Syntax: |
---|
DlxProbe.GetAnalysisID() |
Return Value
Returns 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 |
Example
Copy code | |
---|---|
|