Antares Xpansion
Investment simulations for Antares studies
|
Classes | |
class | CapacityDirNotFound |
class | LinkProfileFileNotFound |
class | ProfileFileNegativeValue |
class | ProfileFileValueError |
class | ProfileFileWrongNumberOfcolumns |
class | ProfileFileWrongNumberOfLines |
Public Member Functions | |
None | __init__ (self, str link_profile_file, Path capacity_dir) |
split (self) | |
write_splited_profile (self, two_profiles, first_profile, indirect_profile) | |
two_profile (self) | |
Public Attributes | |
logger = step_logger(__name__, __class__.__name__) | |
str | DIRECT_SUFFIX = "direct_" |
str | INDIRECT_SUFFIX = "indirect_" |
Protected Attributes | |
_link_profile_file = capacity_dir / link_profile_file | |