xsimlab.Model.input_vars_dict¶
-
property
Model.input_vars_dict¶ Returns all variables that require setting a value before running the model.
Unlike
Model.input_vars, a dictionary of lists of variable names grouped by process is returned.
Model.input_vars_dict¶Returns all variables that require setting a value before running the model.
Unlike Model.input_vars, a dictionary of lists of
variable names grouped by process is returned.