Click or drag to resize

SetVariableModelDebugOutput Property

Logs the value of this variable to the engine console after each calculation.

Namespace:  Livit.Learn.Model.Simulator
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool DebugOutput { get; set; }

Property Value

Type: Boolean
Remarks

The value is only output when the simulation is being run in debug mode, by setting Livit.Learn.Settings.SetupModel.IsDebugMode to true.

See Also