Hi all,
Can someone translate the VB code to Python?
VB code:
Dim chsr as New DriverHelper.Ch ooser
chsr.DeviceType = "Telescope"
scopeProgID = chsr.Choose(sco peProgID)
Set scope = CreateObject(sc opeProgID)
scope.Connected = True
For your prompt reply, I say thank you in advance.
Best regards,
Aleksandar
Can someone translate the VB code to Python?
VB code:
Dim chsr as New DriverHelper.Ch ooser
chsr.DeviceType = "Telescope"
scopeProgID = chsr.Choose(sco peProgID)
Set scope = CreateObject(sc opeProgID)
scope.Connected = True
For your prompt reply, I say thank you in advance.
Best regards,
Aleksandar
Comment