aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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 progress barsEugeniy E. Mikhailov2022-04-051-10/+11
|
* draft of example for eit_with_vcselEugeniy E. Mikhailov2022-04-051-0/+72
|
* added default import of LabJackEugeniy E. Mikhailov2022-04-051-0/+2
|
* proper labjack initializationEugeniy E. Mikhailov2022-04-041-3/+2
|