You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates SimVars object, stores all model variable in continuous block of memory
55
-
@modelKey model name
56
-
@dim_real number of all real variables (real algebraic vars,discrete algebraic vars, state vars, der state vars)
57
-
@dim_int number of all integer variables integer algebraic vars
58
-
@dim_bool number of all bool variables (boolean algebraic vars)
59
-
@dim_pre_vars number of all pre variables (real algebraic vars,discrete algebraic vars, boolean algebraic vars, integer algebraic vars, state vars, der state vars)
60
-
@dim_z number of all state variables
61
-
@z_i start index of state vector in real_vars list
51
+
@param model name
52
+
@param dim_real number of all real variables (real algebraic vars,discrete algebraic vars, state vars, der state vars)
53
+
@param dim_int number of all integer variables integer algebraic vars
54
+
@param dim_bool number of all bool variables (boolean algebraic vars)
55
+
@param dim_pre_vars number of all pre variables (real algebraic vars,discrete algebraic vars, boolean algebraic vars, integer algebraic vars, state vars, der state vars)
56
+
@param dim_z number of all state variables
57
+
@param z_i start index of state vector in real_vars list
0 commit comments