pytrnsys_process.config.settings.Reader#
- class pytrnsys_process.config.settings.Reader(folder_name_for_printer_files: str = 'temp', read_step_files: bool = False, read_deck_files: bool = True, force_reread_prt: bool = False, starting_year: int = 2024)[source]#
Class holding global settings for the reading files.
- folder_name_for_printer_files#
Name of the data folder inside the simulation directly (Default: ‘temp’)
- Type:
- starting_year#
The reader will use this to set the year in which the data starts in the datetime index.
- Type:
- __init__(folder_name_for_printer_files: str = 'temp', read_step_files: bool = False, read_deck_files: bool = True, force_reread_prt: bool = False, starting_year: int = 2024) None#
Methods
__init__([folder_name_for_printer_files, ...])Attributes