OdbDiagnosticData object

The OdbDiagnosticData object.

The following topics are discussed:

Access

        import visualization
        session.odbData[name].diagnosticData
      

Members

The OdbDiagnosticData object has the following members:

analysisErrors

A repository of OdbAnalysisError objects.

analysisWarnings

A repository of OdbAnalysisWarning objects.

steps

A repository of OdbDiagnosticStep objects.

jobTime

An OdbJobTime object.

numericalProblemSummary

An OdbNumericalProblemSummary object.

isXplDoublePrecision

A boolean specifying whether or not double precision is used for the analysis. This attribute is read-only.

jobStatus

A String specifying the job status after the analysis. This attribute is read-only.

numDomains

An int specifying the number of domains. This attribute is read-only.

numberOfAnalysisErrors

An int specifying the number of analysis errors encountered. This attribute is read-only.

numberOfAnalysisWarnings

An int specifying the number of analysis warnings encountered. This attribute is read-only.

numberOfSteps

An int specifying the number of steps present in the analysis. This attribute is read-only.