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

Skip to content
Snippets Groups Projects
Commit 2c2e56c2 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

increase the search interval for the braking power (linear search part)

parent 5f21ff7f
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ namespace TUGraz.VectoCore.Configuration
/// <summary>
/// The initial search interval for the breaking power search in the driver.
/// </summary>
public static Watt BreakingPowerInitialSearchInterval = 10.SI().Kilo.Watt.Cast<Watt>();
public static Watt BreakingPowerInitialSearchInterval = 20.SI().Kilo.Watt.Cast<Watt>();
/// <summary>
/// The initial search interval for the operating point search in the driver.
......
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