aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope/rigolds1054z.py
Commit message (Collapse)AuthorAgeFilesLines
* doc stringEugeniy E. Mikhailov2024-07-261-0/+4
|
* refactor basic scope and Rigol so the getTrace is now in the basic classEugeniy E. Mikhailov2024-07-261-24/+1
|
* 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.
* 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
|
* implemented switchToFastGrab and restorePriorToFastGrab for RigolDS1054zEugeniy E. Mikhailov2024-07-241-0/+25
|
* added MemoryDepth property for RigolDS1054zEugeniy E. Mikhailov2024-07-241-0/+1
|
* switch from info to debugEugeniy E. Mikhailov2024-07-231-1/+1
|
* black formatterEugeniy E. Mikhailov2024-07-221-1/+3
|
* make sure that scope is stopped before trace is acquiredEugeniy E. Mikhailov2024-07-221-0/+1
|
* better variable nameEugeniy E. Mikhailov2024-07-221-2/+2
|
* fixed bug of not enabling runEugeniy E. Mikhailov2024-07-221-0/+1
|
* added raw config to channel propertiesEugeniy E. Mikhailov2024-07-211-0/+1
|
* protection about negative numbers in byte storageEugeniy E. Mikhailov2024-07-211-1/+1
|
* changed doc stringEugeniy E. Mikhailov2024-07-211-1/+1
|
* added TSDB processing for setRunEugeniy E. Mikhailov2024-07-211-0/+1
|
* avoid unnesesary Run/Stop state changeEugeniy E. Mikhailov2024-07-211-4/+12
|
* added function to inquire about run statusEugeniy E. Mikhailov2024-07-211-0/+8
|
* added function to inquire about Roll statusEugeniy E. Mikhailov2024-07-211-0/+7
|
* added Time Base Mode query and writeEugeniy E. Mikhailov2024-07-211-0/+20
|
* typo fixEugeniy E. Mikhailov2024-07-211-1/+1
|
* added sample rate acquisition. Odly it cannot be set directly.Eugeniy E. Mikhailov2024-07-211-0/+12
|
* added function to acquire and set memory depthEugeniy E. Mikhailov2024-07-211-1/+37
|
* updatesEugeniy E. Mikhailov2024-07-211-2/+1
|
* Trig delay to time trace configEugeniy E. Mikhailov2024-07-211-2/+2
|
* black formatterEugeniy E. Mikhailov2024-07-211-22/+29
|
* nice line formatEugeniy E. Mikhailov2024-07-211-3/+3
|
* black formatEugeniy E. Mikhailov2024-07-211-7/+11
|
* added time variable to traceEugeniy E. Mikhailov2024-07-211-2/+22
|
* raw counts -> voltageEugeniy E. Mikhailov2024-07-211-5/+4
|
* populate channle configEugeniy E. Mikhailov2024-07-201-2/+15
|
* draft of getRawWaveformEugeniy E. Mikhailov2024-07-201-66/+11
|
* removed unused importEugeniy E. Mikhailov2024-07-201-2/+1
|
* Npnts -> availableNpntsEugeniy E. Mikhailov2024-07-201-5/+5
|
* spell fixEugeniy E. Mikhailov2024-07-201-1/+1
|
* spell checkEugeniy E. Mikhailov2024-07-201-1/+1
|
* more changes to loggingEugeniy E. Mikhailov2024-07-201-4/+4
|
* changed print statements to loggingEugeniy E. Mikhailov2024-07-201-6/+6
|
* added logger to the Rigol scopeEugeniy E. Mikhailov2024-07-201-0/+9
|
* better warningsEugeniy E. Mikhailov2024-07-191-4/+13
|
* proper order of operation to avoid skeeping in Waveform arrayEugeniy E. Mikhailov2024-07-191-0/+1
|
* fixed expected data format to unsigned byteEugeniy E. Mikhailov2024-07-191-1/+1
|
* updateEugeniy E. Mikhailov2024-07-191-15/+1
|
* better doc stringEugeniy E. Mikhailov2024-07-191-1/+22
|
* small fixesEugeniy E. Mikhailov2024-07-181-2/+2
|
* black formatterEugeniy E. Mikhailov2024-07-181-7/+10
|
* clean up, new Run and Stop commandsEugeniy E. Mikhailov2024-07-181-5/+5
|
* improved heuristicEugeniy E. Mikhailov2024-07-181-6/+13
|
* improved doc stringEugeniy E. Mikhailov2024-07-181-3/+6
|
* added heurestic to adjust chunk size for Waveform readerEugeniy E. Mikhailov2024-07-181-24/+29
| | | | | | If chunk very long it has probability to fail (at least over USB), but small chunk takes forever to obtain the full Waveform. So if get error, we decrease chunk size, otherwise increase it slowly