Class SimulationRun.SimulationParameter
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Operation
Assembly: VMOpCore.dll
The simulation parameter class
public class SimulationRun.SimulationParameter
Inheritance
object ← SimulationRun.SimulationParameter
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
SimulationParameter()
public SimulationParameter()
Properties
Configuration
public string Configuration { get; set; }
Property Value
EndTime
public double EndTime { get; set; }
Property Value
ShowResultAfterSimulation
public bool ShowResultAfterSimulation { get; set; }
Property Value
Step
public int Step { get; set; }
Property Value
WaitForEndSimulation
public bool WaitForEndSimulation { get; set; }