aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware
Commit message (Expand)AuthorAgeFilesLines
* minor fix for psw25045 classMisha-PINQUEDMichael Vorobiov4 days1-0/+1
* updated init files with new instrumentsMichael Vorobiov4 days3-2/+11
* added idn method to psw25045 classMichael Vorobiov8 days1-0/+3
* MKS390 vacuum gauge returns NaN if fails to get pressure readingMichael Vorobiov9 days1-3/+5
* modified Scope class to allow grabbing math function channels (F1, F2...) spe...Michael Vorobiov9 days2-5/+28
* methods returning output voltage, current and power return NaN if unsuccessfulMichael Vorobiov9 days1-10/+13
* added method for changng number of power line cycles for A/D integrationMichael Vorobiov9 days1-2/+31
* driver draft for GPP-3610H psu and modified example scriptMichael Vorobiov11 days1-0/+133
* time axis starts with capital T and units are lower case 's'Michael Vorobiov11 days1-2/+2
* minor fix to psu's enable_output functionMichael Vorobiov11 days1-0/+1
* added minimally working driver for GWInstek PSW250-4.5 power supplyMichael Vorobiov11 days1-0/+139
* Fixed a typo in the import preamble of the file.Michael Vorobiov11 days1-1/+1
* MKS390 vacuum gauge driver. Currently gets pressure readings but IG ON/OFF an...Michael Vorobiov11 days1-0/+110
* Driver for HP3458A digital multimeter (partial implementation)Michael Vorobiov11 days2-1/+246
* fix Windows vs Linux data grabing behaviorEugeniy E. Mikhailov2024-10-161-0/+4
* remove unused fstringEugeniy E. Mikhailov2024-10-161-1/+1
* added Rigol as exportEugeniy E. Mikhailov2024-10-151-1/+2
* better use example for sds800xhdEugeniy E. Mikhailov2024-10-131-1/+1
* formattingEugeniy E. Mikhailov2024-10-131-1/+3
* added sds800xhd scope class to hardware scopesEugeniy E. Mikhailov2024-10-131-1/+2
* add MemoryDepth to scope propertiesEugeniy E. Mikhailov2024-10-131-0/+1
* add set and get Memory Depth settingEugeniy E. Mikhailov2024-10-131-0/+51
* added loggerEugeniy E. Mikhailov2024-10-131-0/+9
* added set sampling rate commandEugeniy E. Mikhailov2024-10-131-0/+12
* add formatter to the out stringEugeniy E. Mikhailov2024-10-131-1/+1
* return only needed infoEugeniy E. Mikhailov2024-10-131-1/+1
* implement getTrace and channel preamble parserEugeniy E. Mikhailov2024-10-111-0/+69
* draft of getRawWaveform for SDS800XHDEugeniy E. Mikhailov2024-10-111-2/+123
* set timeout for the scopeEugeniy E. Mikhailov2024-10-111-0/+1
* draft of Siglent sds800xhd scopeEugeniy E. Mikhailov2024-10-011-0/+69
* simplified trace processing for SiglentEugeniy E. Mikhailov2024-07-261-3/+3
* removed unused importEugeniy E. Mikhailov2024-07-261-1/+1
* shorten doc stringEugeniy E. Mikhailov2024-07-261-1/+1
* Simplified trace return variables for _basic scope and RigolEugeniy E. Mikhailov2024-07-262-4/+6
* doc stringEugeniy E. Mikhailov2024-07-261-0/+4
* better doc stringEugeniy E. Mikhailov2024-07-261-0/+1
* better doc stringEugeniy E. Mikhailov2024-07-261-3/+3
* remove duplicate code of getTimeTrace from SiglentEugeniy E. Mikhailov2024-07-261-22/+0
* refactor basic scope and Rigol so the getTrace is now in the basic classEugeniy E. Mikhailov2024-07-262-33/+43
* increased pyvisa timeout for rigol from 500ms -> 1000msEugeniy E. Mikhailov2024-07-261-1/+1
* black formatterEugeniy E. Mikhailov2024-07-251-1/+1
* make Siglent sds1104x trace aquizition compatible with new config passing schemeEugeniy E. Mikhailov2024-07-251-17/+17
* added setTrigDelay functionEugeniy E. Mikhailov2024-07-251-0/+5
* bug fix: memory depth changes only if Rigol scope in not STOP stateEugeniy E. Mikhailov2024-07-251-0/+7
* make flake8 happy with black formatterv0.20Eugeniy E. Mikhailov2024-07-241-1/+1
* split long lineEugeniy E. Mikhailov2024-07-241-1/+2
* implemented switchToFastGrab and restorePriorToFastGrab for RigolDS1054zEugeniy E. Mikhailov2024-07-241-0/+25
* added dummy method for switching to fast acquisition and backEugeniy E. Mikhailov2024-07-241-0/+30
* added MemoryDepth property for RigolDS1054zEugeniy E. Mikhailov2024-07-241-0/+1
* bug fix: first change scale then offsetEugeniy E. Mikhailov2024-07-241-2/+2