We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1f221 commit 681be60Copy full SHA for 681be60
2 files changed
source/torque_vector/vcu/vcu_init.c
@@ -99,8 +99,8 @@ pVCU_struct init_pVCU(void) {
99
.OV_INV_derating_full_T = 50,
100
.OV_INV_derating_zero_T = 100,
101
.MAX_TO_ABS_RG = 5,
102
- .VB_RG_derating_full_T = 450,
103
- .VB_RG_derating_zero_T = 460,
+ .VB_RG_derating_full_T = 480,
+ .VB_RG_derating_zero_T = 500,
104
.IB_RG_derating_full_T = -145,
105
.IB_RG_derating_zero_T = -160,
106
.GS_RG_derating_zero = 1.3888889,
source/torque_vector/vcu/vcu_step.c
@@ -5,7 +5,7 @@
5
* File: vcu_step.c
6
*
7
* MATLAB Coder version : 24.1
8
- * C/C++ source code generated on : 13-May-2026 12:36:13
+ * C/C++ source code generated on : 17-May-2026 19:43:15
9
*/
10
11
/* Include Files */
0 commit comments