Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/zepben/eas/client/eas_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,8 @@ def run_hosting_capacity_calibration(self, calibration_name: str, local_calibrat
transformer_tap_settings: Optional[str] = None,
generator_config: Optional[GeneratorConfig] = None):
"""
Send request to run hosting capacity calibrationbration name
Send request to run hosting capacity calibration
:param calibration_name: A string representation of the calibration name
:param local_calibration_time: A datetime representation of the calibration time, in the timezone of your pqv data ("model time").
:param feeders: A list of feeder ID's to run the calibration over. If not supplied then the calibration is run over all feeders in the network.
:param transformer_tap_settings: A set of transformer tap settings to apply before running the calibration work package.
Expand Down