Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 673af51c authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

engine only simulations: set correct simulation type

parent 0263b7c5
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ namespace TUGraz.VectoCore.InputData.Reader.Impl
DrivingCycleDataReader.ReadFromDataTable(cycle.CycleData, cycle.Name, false), cycle.Name),
ExecutionMode = ExecutionMode.Engineering,
SimulationType = SimulationType.EngineOnly,
JobType = VectoSimulationJobType.EngineOnlySimulation,
ElectricMachinesData = new List<Tuple<PowertrainPosition, ElectricMotorData>>()
};
yield return simulationRunData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment