We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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 text was updated successfully, but these errors were encountered: