Unit Op Base ClassGet Debug Report Method
Runs the unit operation in debug mode and returns a formatted text report
containing intermediate calculation steps and any error information.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A multi-line string with the debug output from the last calculation attempt.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override string GetDebugReport()VB
Public Overrides Function GetDebugReport As StringReturn Value
StringA multi-line string with the debug output from the last calculation attempt.