"shortDesc":"Explicitly defines the per cell internal resistance for battery 1",
"shortDesc":"Explicitly defines the per cell internal resistance for battery 1",
"longDesc":"If non-negative, then this will be used in place of BAT/(\\d+)/_V_LOAD_DROP for all calculations.",
"longDesc":"If non-negative, then this will be used in place of BAT{n}_V_LOAD_DROP for all calculations.",
"units":"Ohm",
"units":"Ohm",
"default":-1,
"default":-1,
"increment":0.01,
"increment":0.01,
...
@@ -488,7 +488,7 @@
...
@@ -488,7 +488,7 @@
"maxValue":0.2
"maxValue":0.2
},
},
{
{
"name":"BAT/(\\d+)/_SOURCE",
"name":"BAT{n}_SOURCE",
"type":"Int32",
"type":"Int32",
"group":"Battery Calibration",
"group":"Battery Calibration",
"category":"Standard",
"category":"Standard",
...
@@ -515,7 +515,7 @@
...
@@ -515,7 +515,7 @@
"maxValue":2.14748e+09
"maxValue":2.14748e+09
},
},
{
{
"name":"BAT/(\\d+)/_V_CHANNEL",
"name":"BAT{n}_V_CHANNEL",
"type":"Int32",
"type":"Int32",
"group":"Battery Calibration",
"group":"Battery Calibration",
"category":"Standard",
"category":"Standard",
...
@@ -528,7 +528,7 @@
...
@@ -528,7 +528,7 @@
"maxValue":2.14748e+09
"maxValue":2.14748e+09
},
},
{
{
"name":"BAT/(\\d+)/_V_CHARGED",
"name":"BAT{n}_V_CHARGED",
"type":"Float",
"type":"Float",
"group":"Battery Calibration",
"group":"Battery Calibration",
"category":"Standard",
"category":"Standard",
...
@@ -543,7 +543,7 @@
...
@@ -543,7 +543,7 @@
"maxValue":3.40282e+38
"maxValue":3.40282e+38
},
},
{
{
"name":"BAT/(\\d+)/_V_DIV",
"name":"BAT{n}_V_DIV",
"type":"Float",
"type":"Float",
"group":"Battery Calibration",
"group":"Battery Calibration",
"category":"Standard",
"category":"Standard",
...
@@ -556,7 +556,7 @@
...
@@ -556,7 +556,7 @@
"maxValue":3.40282e+38
"maxValue":3.40282e+38
},
},
{
{
"name":"BAT/(\\d+)/_V_EMPTY",
"name":"BAT{n}_V_EMPTY",
"type":"Float",
"type":"Float",
"group":"Battery Calibration",
"group":"Battery Calibration",
"category":"Standard",
"category":"Standard",
...
@@ -571,12 +571,12 @@
...
@@ -571,12 +571,12 @@
"maxValue":3.40282e+38
"maxValue":3.40282e+38
},
},
{
{
"name":"BAT/(\\d+)/_V_LOAD_DROP",
"name":"BAT{n}_V_LOAD_DROP",
"type":"Float",
"type":"Float",
"group":"Battery Calibration",
"group":"Battery Calibration",
"category":"Standard",
"category":"Standard",
"shortDesc":"Voltage drop per cell on full throttle",
"shortDesc":"Voltage drop per cell on full throttle",
"longDesc":"This implicitely defines the internal resistance to maximum current ratio for battery 1 and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT/(\\d+)/_R_INTERNAL is set.",
"longDesc":"This implicitely defines the internal resistance to maximum current ratio for battery 1 and assumes linearity. A good value to use is the difference between the 5C and 20-25C load. Not used if BAT{n}_R_INTERNAL is set.",