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

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

add vehicle idling speed to test input data (xml generation)

parent 1ec00938
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,7 @@
using System;
using System.ComponentModel;
using System.Data;
using System.Reflection;
using System.Runtime.Serialization;
using System.Text.RegularExpressions;
using TUGraz.VectoCommon.Exceptions;
using TUGraz.VectoCommon.Utils;
using TUGraz.VectoCore.Utils;
......
......@@ -27,10 +27,11 @@
"LossMap": ""
},
"PTO": {
"Type": "None",
"LossMap": "",
"Cycle": ""
"Type": "None",
"LossMap": "",
"Cycle": ""
},
"IdlingSpeed": 900.0,
"AxleConfig": {
"Type": "4x2",
"Axles": [
......
......@@ -27,10 +27,11 @@
"LossMap": "Axle_4x2_Tractor.vtlm"
},
"PTO": {
"Type": "None",
"LossMap": "",
"Cycle": ""
"Type": "None",
"LossMap": "",
"Cycle": ""
},
"IdlingSpeed": 900.0,
"AxleConfig": {
"Type": "4x2",
"Axles": [
......
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