aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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...) ↵Michael Vorobiov9 days2-5/+28
| | | | specific for SDS800XHD model.
* 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 days2-5/+154
|
* time axis starts with capital T and units are lower case 's'Michael Vorobiov11 days1-2/+2
|
* updated run.py script (vscode specific)Michael Vorobiov11 days1-10/+29
|
* 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
|
* Example script for new functionality (VSCode specific)Michael Vorobiov11 days1-0/+51
|
* MKS390 vacuum gauge driver. Currently gets pressure readings but IG ON/OFF ↵Michael Vorobiov11 days1-0/+110
| | | | and many other functions have not been implemented.
* Driver for HP3458A digital multimeter (partial implementation)Michael Vorobiov11 days2-1/+246
|
* version bumpv0.25Eugeniy E. Mikhailov2024-10-162-2/+2
|
* fix Windows vs Linux data grabing behaviorEugeniy E. Mikhailov2024-10-161-0/+4
|
* remove unused fstringEugeniy E. Mikhailov2024-10-161-1/+1
|
* bump version to 0.24v0.24Eugeniy E. Mikhailov2024-10-152-2/+2
|
* added Rigol as exportEugeniy E. Mikhailov2024-10-151-1/+2
|
* version bumpv0.23Eugeniy E. Mikhailov2024-10-132-2/+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
|
* added ruff checkEugeniy E. Mikhailov2024-07-261-0/+5
|
* move toxworkdir to home/tmpEugeniy E. Mikhailov2024-07-261-1/+1
|
* better doc string in __init__.pyEugeniy E. Mikhailov2024-07-261-1/+1
|
* version bumpv0.22Eugeniy E. Mikhailov2024-07-262-2/+2
|
* 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
| | | | | Some query operations were failing, apparantly Rigol needs time to process them.
* 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
|
* version bumpv0.21Eugeniy E. Mikhailov2024-07-252-2/+2
|