-
enum DNBAnalysisLevel {
DNBAnalysisLevelOff, DNBAnalysisLevelHighlight, DNBAnalysisLevelVerbose, DNBAnalysisLevelInterrupt
} -
The Analysis Level setting attribute range of values.
- Values:
-
- DNBAnalysisLevelOff
- The Analysis Level is Off dd>
- DNBAnalysisLevelHighlight
- The Analysis Level is Highlight (highlight is used to notify the user). dd>
- DNBAnalysisLevelVerbose
- The Analysis Level is Verbose (highlight and messages are used to notify the user). dd>
- DNBAnalysisLevelInterrupt
- The Analysis Level is Interrupt (highlight and messages are used to notify the user and the simulation will be stopped). dd>