ModelData.as_dict#

ModelData.as_dict(vin=False)[source]#

Export all parameters as a dict.

Returns:
dict

a dict with the keys being the ModelData parameter names and the values being an array-like of data in the order of adding. An additional uid key is added with the value default to range(n).