Click or drag to resize

CoSimulatorBase Constructor (String, ModelTime, ModelTime, CoSimulatorFlags, SpeedRange)

Constructs a new Simulator.

Namespace:  Demo3D.Time.CoSimulation
Assembly:  Demo3D.Time (in Demo3D.Time.dll) Version: 18.04.00
Syntax
C#
protected CoSimulatorBase(
	string name,
	ModelTime minStep,
	ModelTime maxStep,
	CoSimulatorFlags flags = CoSimulatorFlags.Default,
	SpeedRange? validSpeed = null
)

Parameters

name
Type: SystemString
User friendly name of the simulator.
minStep
Type: Demo3D.TimeModelTime
The minimum step size supported.
maxStep
Type: Demo3D.TimeModelTime
The maximum step size supported.
flags (Optional)
Type: Demo3D.Time.CoSimulationCoSimulatorFlags
Simulator flags.
validSpeed (Optional)
Type: Demo3D.Time.CoSimulationSpeedRange
The valid speeds this simulator can run.
See Also