aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* added reding with 4 wires resistance go HP_34401Eugeniy E. Mikhailov2023-06-211-0/+2
|
* 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
* copy of the Bfield_driver from the experimentEugeniy E. Mikhailov2023-04-281-0/+143
|
* added build instructionv0.7Eugeniy E. Mikhailov2023-01-201-0/+8
|
* 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
|
* added pandas to requirementsEugeniy E. Mikhailov2022-07-201-0/+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-1412-14/+14
|
* 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
|
* streamlined data aquisitionv0.3Eugeniy E. Mikhailov2022-06-021-3/+2
|
* correct property additionsEugeniy E. Mikhailov2022-06-021-2/+2
|
* report B angle in degrees tooEugeniy E. Mikhailov2022-06-021-4/+8
|
* protect against negative value setting for VlimitEugeniy E. Mikhailov2022-06-021-0/+2
|
* redo coil reporting/assignment logicEugeniy E. Mikhailov2022-06-021-12/+29
|
* enable current change when setting B fieldEugeniy E. Mikhailov2022-06-021-3/+4
|
* set safety current limitEugeniy E. Mikhailov2022-06-021-1/+5
|
* when tuning Iout do not mess with Ilimit setting (since it usually set for ↵Eugeniy E. Mikhailov2022-06-021-1/+1
| | | | safety)
* B field sweep improvedEugeniy E. Mikhailov2022-06-021-4/+9
|
* added class to set BfieldEugeniy E. Mikhailov2022-06-021-45/+81
|
* draft of B field rotationEugeniy E. Mikhailov2022-06-011-16/+71
|
* typo fixedEugeniy E. Mikhailov2022-06-011-3/+3
|
* move last commit to the very endEugeniy E. Mikhailov2022-06-011-1/+1
|
* reworked eit_with_vcsel exampleEugeniy E. Mikhailov2022-06-011-17/+86
|
* added rough calibration numbersEugeniy E. Mikhailov2022-06-011-3/+9
|
* 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
|