Is it possible to control the relative timings of pulses and aquisitions using the SDK? I've not seen anything explicit in the SDK yet but I may be missing something fairly obvious (I'm new!). I'd like to get precise pauses between actions on time scales as short as 1 ms. For example:
[200 ms sin pulse] [pause of (possibly as short as) 1 ms] [open scope channel]
I considered using python's time.sleep() funciton but it looks like ~15 ms is the quickest pause it can consistently do so I'd like to do it in-hardware rather than in-software.
Question
Jason 0
Hi All
Is it possible to control the relative timings of pulses and aquisitions using the SDK? I've not seen anything explicit in the SDK yet but I may be missing something fairly obvious (I'm new!). I'd like to get precise pauses between actions on time scales as short as 1 ms. For example:
[200 ms sin pulse] [pause of (possibly as short as) 1 ms] [open scope channel]
I considered using python's time.sleep() funciton but it looks like ~15 ms is the quickest pause it can consistently do so I'd like to do it in-hardware rather than in-software.
Thanks for your thoughts!
Jason
Edited by JasonLink to post
Share on other sites
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now