A
Aleksandar Cikota
Hi all,
Can someone translate the VB code to Python?
VB code:
Dim chsr as New DriverHelper.Chooser
chsr.DeviceType = "Telescope"
scopeProgID = chsr.Choose(scopeProgID)
Set scope = CreateObject(scopeProgID)
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.Chooser
chsr.DeviceType = "Telescope"
scopeProgID = chsr.Choose(scopeProgID)
Set scope = CreateObject(scopeProgID)
scope.Connected = True
For your prompt reply, I say thank you in advance.
Best regards,
Aleksandar