irsim.config.path_param#
Attributes#
Classes#
Module for managing the path of the project. |
Module Contents#
- class irsim.config.path_param.PathManager[source]#
- Module for managing the path of the project.
root_path: path of the irsim package
ani_buffer_path: path of the animation buffer
ani_path: path of the animation
fig_path: path of the saved figure
- root_path: str#
- ani_buffer_path: str = '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.8.1/docs/source/animation_buffer'#
- ani_path: str = '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.8.1/docs/source/animation'#
- fig_path: str = '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.8.1/docs/source/figure'#
- irsim.config.path_param.path_manager#