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
If the user requests 50-ohm input on a scope that doesn't have it, most drivers will no-op and maybe print a message to the console.
Ideally, there should be a way for drivers to communicate that the (low end) scope has high-impedance inputs only, and disable/hide the 50 ohm option in the UI.
The text was updated successfully, but these errors were encountered:
Some scopes don't have ground coupling either. We should have a new API in the Oscilloscope class that returns a set so UIs can hide unsupported options.
azonenberg
changed the title
Figure out how to handle scopes without 50 ohm input better
Add API for querying supported input coupling modes
Feb 25, 2020
If the user requests 50-ohm input on a scope that doesn't have it, most drivers will no-op and maybe print a message to the console.
Ideally, there should be a way for drivers to communicate that the (low end) scope has high-impedance inputs only, and disable/hide the 50 ohm option in the UI.
The text was updated successfully, but these errors were encountered: