We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OpenDSSDirect.to_altdss()
1 parent 45613fd commit f2dec98Copy full SHA for f2dec98
opendssdirect/OpenDSSDirect.py
@@ -380,7 +380,7 @@ def to_altdss(self) -> AltDSS:
380
A compatible AltDSS (`pip install altdss`) is required.
381
"""
382
from altdss import AltDSS
383
- return AltDSS._get_instance(self._api_util.ctx, self._api_util)
+ return AltDSS._get_instance(ctx=self._api_util.ctx, api_util=self._api_util)
384
385
def __call__(self, cmds: Union[AnyStr, List[AnyStr]] = None):
386
'''
0 commit comments