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).
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_channelmethod, or thestart_streamingmethod (of course, these function would figure out whether that is possible and fallback to the closest possible resolution if not).