Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit d2030a09 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

[ModelbasedTests] Corrected Names of ModalResultFields

parent 30bd026c
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ namespace TUGraz.VectoCore.ModelbasedTests.DriverStrategy
graphWriter.Xfields = new[] { ModalResultField.dist };
graphWriter.Yfields = new[] {
ModalResultField.v_act, ModalResultField.acc, ModalResultField.n_eng_avg, ModalResultField.Gear,
ModalResultField.P_eng_out, /*ModalResultField.T_eng_fcmap, */ ModalResultField.FCMap,
ModalResultField.v_act, ModalResultField.acc, ModalResultField.n_ice_avg, ModalResultField.Gear,
ModalResultField.P_ice_out, /*ModalResultField.T_eng_fcmap, */ ModalResultField.FCMap,
};
graphWriter.PlotDrivingMode = true;
graphWriter.Series1Label = "Vecto 3";
......
......@@ -59,8 +59,8 @@ namespace TUGraz.VectoCore.ModelbasedTests.DriverStrategy
graphWriter.Xfields = new[] { ModalResultField.time, ModalResultField.dist };
graphWriter.Yfields = new[] {
ModalResultField.v_act, ModalResultField.acc, ModalResultField.n_eng_avg, ModalResultField.Gear,
ModalResultField.P_eng_out, ModalResultField.T_eng_fcmap, ModalResultField.FCMap
ModalResultField.v_act, ModalResultField.acc, ModalResultField.n_ice_avg, ModalResultField.Gear,
ModalResultField.P_ice_out, ModalResultField.T_ice_fcmap, ModalResultField.FCMap
};
graphWriter.Series1Label = "Vecto 3";
return graphWriter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment