aboutsummaryrefslogtreecommitdiff
path: root/qolab
Commit message (Collapse)AuthorAgeFilesLines
* added reporting to TSDB of the multimeter valuesEugeniy E. Mikhailov2023-06-211-0/+8
|
* added Function reporting for the BK_5491 multimeterEugeniy E. Mikhailov2023-06-211-1/+45
|
* fixed device modelEugeniy E. Mikhailov2023-06-211-1/+1
|
* rewrite read and write communication with bk_5491Eugeniy E. Mikhailov2023-06-211-45/+64
|
* clear read buffer before sending and reading commandsEugeniy E. Mikhailov2023-06-211-0/+1
|
* typo fixEugeniy E. Mikhailov2023-06-211-1/+1
|
* expand normally available list of functions for multimetersEugeniy E. Mikhailov2023-06-211-0/+4
|
* added multimeter importEugeniy E. Mikhailov2023-06-201-0/+1
|
* updated generic multimeter descriptionEugeniy E. Mikhailov2023-06-201-0/+1
|
* added draft of BK_5491 multimeterEugeniy E. Mikhailov2023-06-201-0/+140
|
* good enough draft of hp_34401 functionsEugeniy E. Mikhailov2023-06-201-6/+6
|
* declate minimal set of functions for a multimeterEugeniy E. Mikhailov2023-06-201-1/+30
|
* hp_34401 seems to workEugeniy E. Mikhailov2023-06-191-3/+44
|
* better initialization and extra docEugeniy E. Mikhailov2023-06-191-7/+38
|
* added early draft of the multimeter class and some readings for hp_34401 ↵Eugeniy E. Mikhailov2023-06-192-0/+58
| | | | multimeter
* version bump to v0.7Eugeniy E. Mikhailov2023-01-201-1/+1
|
* added spectral_utilsEugeniy E. Mikhailov2023-01-202-0/+58
|
* version bumpv0.6Eugeniy E. Mikhailov2022-07-201-1/+1
|
* Factor of 3 to 4 spead up for reading of the trace with pandasEugeniy E. Mikhailov2022-07-201-4/+6
|
* version bump to v0.5v0.5Eugeniy E. Mikhailov2022-07-061-1/+1
|
* drastic speedup of loadTraceEugeniy E. Mikhailov2022-07-061-11/+13
| | | | | old way of appending line by line to numpy array was super inefficient, now we read it with numpy 'genfromtxt' which is drastically faster
* do not set properties which are not known to an instrumentv0.4Eugeniy E. Mikhailov2022-06-151-3/+3
|
* proper inheritance of the parent devicePropertiesEugeniy E. Mikhailov2022-06-1410-11/+11
|
* added timestamp for Instrument configEugeniy E. Mikhailov2022-06-141-1/+5
|
* better lingering string heuristicEugeniy E. Mikhailov2022-06-141-5/+7
|
* bumping version up since there are some windows improvementsEugeniy E. Mikhailov2022-06-141-1/+1
|
* decimate case is special: increase Npnts to allocate big enough bufferEugeniy E. Mikhailov2022-06-141-3/+13
| | | | | | otherwise everything is slow on Windows also added self.read() to flash read buffer after query. It seems to be needed on Windows
* better doc string for getRawWaveformEugeniy E. Mikhailov2022-06-141-4/+4
|
* protect against negative value setting for VlimitEugeniy E. Mikhailov2022-06-021-0/+2
|
* when tuning Iout do not mess with Ilimit setting (since it usually set for ↵Eugeniy E. Mikhailov2022-06-021-1/+1
| | | | safety)
* added dwell time before frequency change in hope free regimeEugeniy E. Mikhailov2022-05-311-1/+5
|
* do not set homebuild generator to defaults at initEugeniy E. Mikhailov2022-05-311-1/+1
| | | | this make frequency hope by a lot and breaks laser lock
* added hope free tuning to home build generatorEugeniy E. Mikhailov2022-05-311-3/+25
|
* added aquisition of Freq from hardwareEugeniy E. Mikhailov2022-05-311-4/+7
|
* bumped up version to 0.3Eugeniy E. Mikhailov2022-05-311-1/+1
|
* added default resistance, to check against edge caseEugeniy E. Mikhailov2022-05-311-1/+5
| | | | | | If Vout set to 0, it is often report negative values, which messes up resistance estimate. So default resistance helps against such edge cases.
* added helper functionEugeniy E. Mikhailov2022-05-271-0/+7
|
* redone current settling based on realistic precisionEugeniy E. Mikhailov2022-04-071-3/+9
|
* added new functions to access dI and dVEugeniy E. Mikhailov2022-04-071-1/+23
|
* better algorithm description for setting desired currentEugeniy E. Mikhailov2022-04-061-2/+9
|
* added default import of LabJackEugeniy E. Mikhailov2022-04-051-0/+2
|
* proper labjack initializationEugeniy E. Mikhailov2022-04-041-3/+2
|
* updates for labjack_ue9Eugeniy E. Mikhailov2022-04-031-5/+9
|
* draft of labjack_ue9 driverEugeniy E. Mikhailov2022-04-022-0/+74
|
* added device description for QOL_LMX2487Eugeniy E. Mikhailov2022-04-021-0/+1
|
* added test/example case for qol_lmx2487 RFgenEugeniy E. Mikhailov2022-04-011-0/+11
|
* draft of LMX2487 chip homemade RF Generator controlEugeniy E. Mikhailov2022-03-292-0/+60
|
* proper upper limit for Vlimit and increased dwell timev0.2Eugeniy E. Mikhailov2022-03-161-1/+5
|
* proper upper current limitEugeniy E. Mikhailov2022-03-161-0/+4
|
* channel dependent lower end for current limitEugeniy E. Mikhailov2022-03-161-1/+5
|