-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Is it possible to create more than one dss_engine object at once without them conflicting with one another?
I ask because for the following lines of code (from the examples in your README):
import dss
dss_engine = dss.DSSdss_engine is not an instance, right? However, in contrast, using the COM interface:
import win32com.client
dss_engine = win32com.client.gencache.EnsureDispatch("OpenDSSEngine.DSS")the dss_engine object is indeed an instance, and you can have many of them simultaneously.
Correct me if I'm wrong, but would the solution to creating multiple instances have something to do with generating multiple instances of CffiApiUtil?
I appreciate your time and clarification on this matter.
Metadata
Metadata
Assignees
Labels
No labels