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

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

VectoRunData: reformulated error message for P0

parent be57441a
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
}
if (runData.ElectricMachinesData?.Any(e => e.Item1 == PowertrainPosition.HybridP0) ?? false){
return new ValidationResult("PowertrainPosition P0 is currently not supported.");
return new ValidationResult("P0 Hybrids are modeled as SmartAlternator in the BusAuxiliary model.");
}
return ValidationResult.Success;
......
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