But is not Python. You see, COM is a Windows standard for sharing libraries using a standarized object form, so other programs can have access to the library interfaces as if they are objects within your programming language. But you don't need to look inside the source code to see the interfaces and structure of the library, instead, check this out:
Hello,
Where can I find the source code for the opendssengine.dss in Python? I want to make sure what does each method do in this dss object.
Thanks,
YW
Hello,
There is no such source code, the source code you are maybe talking about is the COM interface, which is avaialble here:
https://sourceforge.net/p/electricdss/code/HEAD/tree/trunk/Version8/Source/DLL/
But is not Python. You see, COM is a Windows standard for sharing libraries using a standarized object form, so other programs can have access to the library interfaces as if they are objects within your programming language. But you don't need to look inside the source code to see the interfaces and structure of the library, instead, check this out:
https://sourceforge.net/p/electricdss/discussion/861976/thread/01ce0279/
https://sourceforge.net/p/electricdss/discussion/beginners/thread/746f76c9/
https://sourceforge.net/p/electricdss/discussion/861977/thread/2d17871180/?limit=25#b806
Best regards
Davis