-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: main
Are you sure you want to change the base?
Avoid setting out of range DAScale values #2184
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d59a3c5 - Browse repository at this point
Copy the full SHA d59a3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e81b8 - Browse repository at this point
Copy the full SHA a9e81b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3fe40d - Browse repository at this point
Copy the full SHA e3fe40dView commit details -
We don't return voltages for all hardware types, so the current name is confusing. So let's rename it.
Configuration menu - View commit details
-
Copy full SHA for 7f133a9 - Browse repository at this point
Copy the full SHA 7f133a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c73db66 - Browse repository at this point
Copy the full SHA c73db66View commit details -
ReachTargetVoltage: Prefer sweepNo from the structure
Missed in 85d6c5b (ReachTargetVoltage: Convert to V3 analysis function, 2020-11-20).
Configuration menu - View commit details
-
Copy full SHA for 3730ccf - Browse repository at this point
Copy the full SHA 3730ccfView commit details -
ReachTargetVoltage: Fix initial response check
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.
Configuration menu - View commit details
-
Copy full SHA for bfbd14f - Browse repository at this point
Copy the full SHA bfbd14fView commit details -
MIES_WaveBuilder.ipf: Add per sweep minimum/maximum to wave note
We need to calculate the extrema after filling them into the final stimset to accomodate for trailing baseline which is zero.
Configuration menu - View commit details
-
Copy full SHA for dc83290 - Browse repository at this point
Copy the full SHA dc83290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431e9b6 - Browse repository at this point
Copy the full SHA 431e9b6View commit details -
SetDaScale/SetDAScaleModOp: Allow to respect DAScale limits
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.
Configuration menu - View commit details
-
Copy full SHA for 98cf035 - Browse repository at this point
Copy the full SHA 98cf035View commit details -
Configuration menu - View commit details
-
Copy full SHA for f586558 - Browse repository at this point
Copy the full SHA f586558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe4776 - Browse repository at this point
Copy the full SHA 5fe4776View commit details -
ReachTargetVoltage: Port to new SetDAscale behaviour
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.
Configuration menu - View commit details
-
Copy full SHA for d1a7193 - Browse repository at this point
Copy the full SHA d1a7193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c59901 - Browse repository at this point
Copy the full SHA 7c59901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3674217 - Browse repository at this point
Copy the full SHA 3674217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 168f46f - Browse repository at this point
Copy the full SHA 168f46fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cbcc60 - Browse repository at this point
Copy the full SHA 0cbcc60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 364d686 - Browse repository at this point
Copy the full SHA 364d686View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62f836 - Browse repository at this point
Copy the full SHA b62f836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccf9b2 - Browse repository at this point
Copy the full SHA 0ccf9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00cfba2 - Browse repository at this point
Copy the full SHA 00cfba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebb211 - Browse repository at this point
Copy the full SHA 0ebb211View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea6e84 - Browse repository at this point
Copy the full SHA 5ea6e84View commit details