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

ps6000: Possible to select unsupported Ranges #124

Open
alexxcons opened this issue Jul 12, 2023 · 0 comments
Open

ps6000: Possible to select unsupported Ranges #124

alexxcons opened this issue Jul 12, 2023 · 0 comments
Labels
bug Something isn't working priority::low

Comments

@alexxcons
Copy link
Collaborator

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:

  • 50mV to 20V when coupling is set to AC_1M
  • 50mV to 5V when coupling is set to DC_50R
  • ??? when coupling is set to DC_1M
  • special: ps6407 scopes generally can only measure via a 100mV Range and only via coupling DC_50R
@alexxcons alexxcons added bug Something isn't working priority::low labels Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority::low
Projects
None yet
Development

No branches or pull requests

1 participant