Interrogate Device i.e. ASCOM

Discussions on extending SharpCap using the built in Python scripting functionality
Post Reply
User avatar
1CM69
Posts: 63
Joined: Tue Nov 14, 2017 9:49 pm

Interrogate Device i.e. ASCOM

#1

Post by 1CM69 »

Hi,
is there a way to grab info from a connected device i.e. ASCOM connected FilterWheel?

If I wanted to list the filters and their positions a user has added in the config of the device.

Regards..,

Kirk
User avatar
admin
Site Admin
Posts: 13122
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Interrogate Device i.e. ASCOM

#2

Post by admin »

Start with

Code: Select all

print SharpCap.Wheels.SelectedWheel.FilterNames
cheers,

Robin
User avatar
1CM69
Posts: 63
Joined: Tue Nov 14, 2017 9:49 pm

Re: Interrogate Device i.e. ASCOM

#3

Post by 1CM69 »

admin wrote: Tue Sep 11, 2018 5:25 pm Start with

Code: Select all

print SharpCap.Wheels.SelectedWheel.FilterNames
cheers,

Robin
Thanks Robin
Post Reply