File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1404,16 +1404,16 @@ async def async_get_opendss_model_download_url(self, run_id: int):
14041404
14051405 def get_opendss_model (self , model_id : int ):
14061406 """
1407- Retrieve information of a hosting capacity calibration run
1408- :param model_id: The openDss model export ID
1407+ Retrieve information of a OpenDss model export
1408+ :param model_id: The OpenDss model export ID
14091409 :return: The HTTP response received from the Evolve App Server after requesting the openDss model info
14101410 """
14111411 return get_event_loop ().run_until_complete (self .async_get_opendss_model (model_id ))
14121412
14131413 async def async_get_opendss_model (self , model_id : int ):
14141414 """
1415- Retrieve information of a hosting capacity calibration run
1416- :param model_id: The openDss model export ID
1415+ Retrieve information of a OpenDss model export
1416+ :param model_id: The OpenDss model export ID
14171417 :return: The HTTP response received from the Evolve App Server after requesting the openDss model info
14181418 """
14191419
You can’t perform that action at this time.
0 commit comments