simulation.utils.basics.save_options module

Summary

Classes:

SaveOptions

Reference

class SaveOptions[source]

Bases: object

save_as_yaml(file_path: str)[source]

Save to file as yaml.

This dumps the complete class dict to a yaml file.

Parameters

file_path – Path to file.