You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
enable_channel
method, or thestart_streaming
method (of course, these function would figure out whether that is possible and fallback to the closest possible resolution if not).The text was updated successfully, but these errors were encountered: