Open alexxcons opened 1 year ago
The ps6000 Digitizer Block allows selecting a Range up to +/-50V
Though doing so will lead to an error during startup:
ERROR: ps6000SetChannel (chan 0): PICO_INVALID_VOLTAGE_RANGE - The voltage range is not supported or is invalid.
According to chapter 2.10 of the the ps6000 programming guide, this Range is indeed not supported by the scope.
So we should restrict the options as well in our ps6000 block:
The ps6000 Digitizer Block allows selecting a Range up to +/-50V
Though doing so will lead to an error during startup:
ERROR: ps6000SetChannel (chan 0): PICO_INVALID_VOLTAGE_RANGE - The voltage range is not supported or is invalid.
According to chapter 2.10 of the the ps6000 programming guide, this Range is indeed not supported by the scope.
So we should restrict the options as well in our ps6000 block: