aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope
Commit message (Expand)AuthorAgeFilesLines
* 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
* less agressive scaling during auto zoomEugeniy E. Mikhailov2024-07-231-6/+19
* switch from info to debugEugeniy E. Mikhailov2024-07-231-1/+1
* black formatterEugeniy E. Mikhailov2024-07-231-4/+6
* added screen divisions for a basic scopeEugeniy E. Mikhailov2024-07-231-0/+3
* added sleep time to let scope settle after settings changeEugeniy E. Mikhailov2024-07-231-2/+4
* clean upEugeniy E. Mikhailov2024-07-221-12/+17
* improvement in chanAutoScaleEugeniy E. Mikhailov2024-07-221-9/+9
* added draft of vertical autoscalerEugeniy E. Mikhailov2024-07-221-0/+49
* black formatterEugeniy E. Mikhailov2024-07-221-1/+3
* inctease timeout for stop waitEugeniy E. Mikhailov2024-07-221-1/+1
* make sure that scope is stopped before trace is acquiredEugeniy E. Mikhailov2024-07-222-0/+2
* added function which waits for scope to stopEugeniy E. Mikhailov2024-07-221-0/+33
* better variable nameEugeniy E. Mikhailov2024-07-221-2/+2
* fixed bug of not enabling runEugeniy E. Mikhailov2024-07-221-0/+1