diff --git a/VECTO/Input Files/Gearbox.vb b/VECTO/Input Files/Gearbox.vb
index 44ac9639247e3a8c55e68d284181ec8be547364a..916060ef1fb56a32a55503f2ba8e17edb1686d9c 100644
--- a/VECTO/Input Files/Gearbox.vb	
+++ b/VECTO/Input Files/Gearbox.vb	
@@ -265,8 +265,9 @@ Public Class Gearbox
                                                        .IEngineeringJobInputData_Vehicle =
                                                        New MockEngineeringVehicle() _
                                                        With { .GearboxInputData = gearbox,
-                                                       .TorqueConverterInputData = gearbox}}                                    
-                                                       },
+                                                       .TorqueConverterInputData = gearbox,
+                                                       .VehicleType = jobType }
+                                                       }},
                                                     New VectoRunData() _
                                                        With {.AxleGearData = axlegearData, .EngineData = engine,
                                                        .VehicleData =
@@ -853,7 +854,7 @@ Public Class MockEngineeringVehicle
         Implements IVehicleDeclarationInputData.ADAS
 
     Public ReadOnly Property InitialSOC As Double Implements IVehicleEngineeringInputData.InitialSOC
-    Public ReadOnly Property VehicleType As VectoSimulationJobType Implements IVehicleEngineeringInputData.VehicleType
+    Public Property VehicleType As VectoSimulationJobType Implements IVehicleEngineeringInputData.VehicleType
     Public ReadOnly Property PTO_DriveGear As GearshiftPosition Implements IVehicleEngineeringInputData.PTO_DriveGear
     Public ReadOnly Property PTO_DriveEngineSpeed As PerSecond Implements IVehicleEngineeringInputData.PTO_DriveEngineSpeed