|
Antares Xpansion
Investment simulations for Antares studies
|
Variables | |
| str | conf_file = Path(os.path.abspath(__file__)).parent / "config.yaml" |
| config_parser = ConfigFileParser(conf_file) | |
| install_data = config_parser.get_config_parameters() | |
| parser = TrajectoryArgsParser() | |
| input_parameters = parser.parse_args() | |
| config = TrajectoryConfig(input_parameters, install_data) | |
| driver = TrajectoryInvestmentDriver(config) | |
Controls the execution of the antares xpansion trajectory investment steps