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

Make tekscope a triggerable device #69

Open
chrisjbillington opened this issue Sep 21, 2020 · 0 comments
Open

Make tekscope a triggerable device #69

chrisjbillington opened this issue Sep 21, 2020 · 0 comments

Comments

@chrisjbillington
Copy link
Member

The TekScope class is typically used by wiring a DO to it as a trigger input and commanding an edge on that DO when you want to acquire.

The class could simplify this by being itself a TriggerableDevice, such that you would call TekScope.trigger(t) rather than keeping track yourself of which DO was the trigger.

Should be possible to make this backward compatible by allowing the DO arguments to be omitted, in this case .trigger() would raise an exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant