-
Notifications
You must be signed in to change notification settings - Fork 7
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
Avoid setting out of range DAScale values #2184
Open
t-b
wants to merge
23
commits into
main
Choose a base branch
from
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Avoid setting out of range DAScale values #2184
t-b
wants to merge
23
commits into
main
from
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
from
July 15, 2024 19:26
fdd77a9
to
4db0a55
Compare
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
from
July 31, 2024 16:14
4db0a55
to
8833ec8
Compare
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
2 times, most recently
from
August 6, 2024 14:04
17eb7cf
to
9526a6e
Compare
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
2 times, most recently
from
October 23, 2024 11:09
9fdf459
to
c273d9e
Compare
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
from
October 25, 2024 19:30
c273d9e
to
d405cc7
Compare
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
6 times, most recently
from
November 5, 2024 19:46
1c6935c
to
dd12972
Compare
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
2 times, most recently
from
November 18, 2024 13:24
4de9fa6
to
0690cc7
Compare
We don't return voltages for all hardware types, so the current name is confusing. So let's rename it.
Missed in 85d6c5b (ReachTargetVoltage: Convert to V3 analysis function, 2020-11-20).
We want to only act specially on the very first sweep. But as we reset the index, we will land in this branch on every sweep if the resistance is too small. Let's prefer comparing to the number of acquired sweeps instead.
We need to calculate the extrema after filling them into the final stimset to accomodate for trailing baseline which is zero.
When limitCheck is true we now return 1 when setting the new DAScale value would be out of range for the current external command sensitivity of the MCC amplifier. This also requires that we now pass in the sweep number. The default of limitCheck is still false. Only when all analysis functions are ported, can we flip the default.
We can't check the limits in the PRE_DAQ_EVENT event, so we have to disable it there. And we also need to respect the index starting at -1 to stop early on the last sweep of the stimset.
t-b
force-pushed
the
feature/2184-avoid-setting-out-of-scale-stim-scale-factor
branch
from
November 26, 2024 18:01
0690cc7
to
21d3431
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PSQ_Rampnot neededPSQ_Rampnot neededReachTargetVoltagenot neededPSQ_Rampnot neededReachTargetVoltagenot neededPSQ_Rampnot neededRequires:
Close #2120