Click or drag to resize

Mike1DControllerFactory Properties

The Mike1DControllerFactory type exposes the following members.

Properties
  NameDescription
Public propertyDiagnosticsHandler
User provided DiagnosticsHandler.

Set manually if a specified diagnostics handler is to be reused for several controllers, or if other types of control with the diagnositcs handler is required.

Public propertyDisableLogFile
Flag to disable log-file writing of the controller
Public propertyKeepLogFileOpen
Flag to keep log-file open after simulation has finalized
Public propertyLogFileWriter
User provided log file writer.

Set manually if a specified log file writer is to be reused for several controllers, or if other types of control with the log file writer is required.

If the log file writer is provided by the user, remember also to attach it to the DiagnosticsHandler

diagnosticsHandler.MessageEvent += logFileWriter.AddLine;

Top
See Also