GroupBase.as_dict#
- GroupBase.as_dict(vin=False)[source]#
Export group common parameters as a dictionary.
Note
New in version 1.9.3.
This method returns a dictionary where the keys are the ModelData parameter names and the values are array-like structures containing the data in the order they were added. Unlike ModelData.as_dict(), this dictionary does not include the uid field.
- Parameters:
- vinbool, optional
If True, includes the vin attribute in the dictionary. Default is False.
- Returns:
- dict
A dictionary of common parameters.