CADETProcess.dataStructure.nested_dict.set_nested_attribute# CADETProcess.dataStructure.nested_dict.set_nested_attribute(obj: Any, attr_string: str, value: Any) → None[source]# Set a nested attribute using a dot-separated path. Parameters: objAnyThe object to modify. attr_stringstrThe dot-separated path to the nested attribute. valueAnyThe value to set.