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
I'm trying to understand the logic in the autosweep FSM. As far as I can tell it's roughly:
collectDataState = 0
collectDataState = 1
collectDataState = 2
collectDataState = 3
What's the motivation around the collectDataState = 3 state? Why 5 more points? Any pointers appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to understand the logic in the autosweep FSM. As far as I can tell it's roughly:
collectDataState = 0
waiting for a measurement to be requestedcollectDataState = 1
wait for the start of a sweep to come aroundcollectDataState = 2
sweep finishedcollectDataState = 3
wait for all values for an extra 5 frequency points to come throughWhat's the motivation around the
collectDataState = 3
state? Why 5 more points? Any pointers appreciated!The text was updated successfully, but these errors were encountered: