ascom

win32com.client.Dispatch Class Label

雨燕双飞 提交于 2019-12-31 03:49:45
问题 I am trying to connect to a COM object using python. More specifically, I am using ASCOM standard drivers to connect to a MaxDome II, and do not know how to reference this driver. In this link the author uses "Celestron.Telescope" as their parameter for the win32com.client.Dispatch instantiation. My question is how to find this string. I understand that it is related to the installed drivers, which are installed on the computer, but I don't how to locate the specific string. Is there a way to

win32com.client.Dispatch Class Label

杀马特。学长 韩版系。学妹 提交于 2019-12-02 06:46:17
I am trying to connect to a COM object using python. More specifically, I am using ASCOM standard drivers to connect to a MaxDome II, and do not know how to reference this driver. In this link the author uses "Celestron.Telescope" as their parameter for the win32com.client.Dispatch instantiation. My question is how to find this string. I understand that it is related to the installed drivers, which are installed on the computer, but I don't how to locate the specific string. Is there a way to use win32com.client to list COM objects? By the way, operating on Windows 7 pro, 64 bit. Thanks I do