Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing the Functionality to Set the Resolution #9

Open
stefano-tronci opened this issue Aug 9, 2022 · 2 comments
Open

Exposing the Functionality to Set the Resolution #9

stefano-tronci opened this issue Aug 9, 2022 · 2 comments

Comments

@stefano-tronci
Copy link

Hi! This software is amazing and I am making some good use of it. I am using it through python.

I have a PicoScope 5442D. As far as I understand, this device supports 16 bit resolution when using up to 2 channels. However, it seems to me that the data is always acquired at 14 Bit resolution (even when using 1 or 2 channels only).

My questions are:

  • Is there a way to set the resolution? (I couldn't find any)
  • If this functionality is not exposed, would it be possible to add it? Maybe a desired resolution could be set by the enable_channel method, or the start_streaming method (of course, these function would figure out whether that is possible and fallback to the closest possible resolution if not).
@timfish
Copy link
Member

timfish commented Aug 9, 2022

Is there a way to set the resolution?

Not currently!

I think the best way to do this would be to automatically select the highest possible resolution for the channel configuration.

Since publishing to Pypi the other language bindings have been moved to this repository but I can't remember why I did this!

@stefano-tronci
Copy link
Author

I think the best way to do this would be to automatically select the highest possible resolution for the channel configuration.

That's a pretty good solution, it definitely would work for my application. If you plan to implement this I will be looking forward to this feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants