diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs index ead6520b54df8872e43876e02c015cb8df5488f4..e1a85359dd7eab76c6cb292f8f0db0b7bc17edcc 100644 --- a/VectoCore/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs +++ b/VectoCore/VectoCore/Models/SimulationComponent/Data/DrivingCycleData.cs @@ -145,6 +145,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data EngineSpeed = entry.EngineSpeed; FanSpeed = entry.FanSpeed; PTOPowerDemandDuringDrive = entry.PTOPowerDemandDuringDrive; + Highway = entry.Highway; } /// <summary>