Fix precision in Keithley24xx commands.
All threads resolved!
All threads resolved!
The 2410 seems to have a limited number of digits that it parses when you set current/voltage levels. This restores the use of scientific notation to the values.
Merge request reports
Activity
- Resolved by Elisabetta Pianori
This change works well.
I have a question about the original functions: none of the Keithley24xx functions use channel but it is included in the declaration. If this is intentional, could you add a comment for the function description or in the class description? (also sorry if this was asked in a different MR)
void Keithley24XX::setVoltage(double volt, unsigned channel) { send(":SOURCE:FUNC VOLT"); send(":SOURCE:VOLT " + to_string_with_precision(volt)); }
added 5 commits
-
89874cb7...7f3db039 - 4 commits from branch
devel
- 216b3e05 - Fix precision in Keithley24xx commands.
-
89874cb7...7f3db039 - 4 commits from branch
enabled an automatic merge when the pipeline for 216b3e05 succeeds
Please register or sign in to reply