Open hartytp opened 2 years ago
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!
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!