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

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.
Finish editing this message first!
Please register or to comment