PLIsStaticAnalysis

<< Click to Display Table of Contents >>

Navigation:  PipeLay > Excel Add-In > Function Reference > General Functions >

PLIsStaticAnalysis

Previous page Next page

PURPOSE

Indicates if the analysis database is for a static analysis or a dynamic analysis.

SYNTAX

PLIsStaticAnalysis( DatabaseName )

PARAMETERS

DatabaseName (Character String)

The full path and filename to the relevant database. The file extension is optional.

OUTPUT

An integer value with a value of 1 for a static analysis database, 0 for dynamic analysis or one of the following error codes:

-999999998

Invalid Database.

SEE ALSO

Error Codes

Back to Table of Contents