aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope/sds1104x.py
Commit message (Collapse)AuthorAgeFilesLines
* simplified trace processing for SiglentEugeniy E. Mikhailov2024-07-261-3/+3
|
* removed unused importEugeniy E. Mikhailov2024-07-261-1/+1
|
* remove duplicate code of getTimeTrace from SiglentEugeniy E. Mikhailov2024-07-261-22/+0
|
* 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
|
* refactor calcSparsingAndNumPoints to avoid use of unset availableNpntsEugeniy E. Mikhailov2024-07-201-15/+6
|
* move calcSparsingAndNumPoints to a separate functionEugeniy E. Mikhailov2024-07-201-3/+3
|
* spell fixEugeniy E. Mikhailov2024-07-201-1/+1
|
* refactor scopes to avoid circular loadsEugeniy E. Mikhailov2024-07-161-1/+1
|
* fixed doc stringEugeniy E. Mikhailov2024-07-141-1/+1
|
* better commentEugeniy E. Mikhailov2024-07-141-2/+4
|
* do not ude f-string where it is not neededEugeniy E. Mikhailov2024-07-141-1/+1
|
* impoved doc stringEugeniy E. Mikhailov2024-07-141-4/+24
|
* impoved doc stringEugeniy E. Mikhailov2024-07-141-1/+3
|
* black formatterEugeniy E. Mikhailov2024-07-141-107/+151
|
* impoved doc stringEugeniy E. Mikhailov2024-07-141-1/+2
|
* comment about number of vertical divisions for SDS1104XEugeniy E. Mikhailov2024-06-171-0/+2
|
* better lingering string heuristicEugeniy E. Mikhailov2022-06-141-5/+7
|
* 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
|
* cleanupEugeniy E. Mikhailov2022-01-031-3/+3
|
* use err in outputEugeniy E. Mikhailov2022-01-021-1/+1
|
* get rid of magic numberEugeniy E. Mikhailov2022-01-021-1/+1
|
* added setChanVoltageOffsetEugeniy E. Mikhailov2021-12-301-0/+4
|
* getChanOffset --> getChanVoltageOffsetEugeniy E. Mikhailov2021-12-301-3/+3
|
* added scope ability to check LED status, and switch Roll and Stop/RunEugeniy E. Mikhailov2021-12-301-0/+37
|
* safety net for better scope trace grab protectionEugeniy E. Mikhailov2021-12-291-7/+14
|
* sds1104x cannot set SampleRateEugeniy E. Mikhailov2021-12-291-0/+5
|
* typo fixed in sds1104x codeEugeniy E. Mikhailov2021-12-291-2/+2
|
* default is non science scopeEugeniy E. Mikhailov2021-12-281-1/+1
|
* added Trigger Mode capabilty, stop release scope before getting all tracesEugeniy E. Mikhailov2021-12-281-0/+16
|
* scope have basic tsdb loggersEugeniy E. Mikhailov2021-12-261-0/+5
|
* more general scope initializationEugeniy E. Mikhailov2021-12-261-2/+2
|
* scope now can decimate points with smoothingEugeniy E. Mikhailov2021-12-121-7/+25
|
* generalized codeEugeniy E. Mikhailov2021-12-091-0/+3
|
* extended time informationEugeniy E. Mikhailov2021-12-091-3/+5
|
* redone configuration creation for a scopeEugeniy E. Mikhailov2021-12-091-8/+9
|
* added function to time and voltage scaleEugeniy E. Mikhailov2021-12-071-0/+10
|
* fixed unit changeEugeniy E. Mikhailov2021-12-051-2/+3
|
* attributes -> tagsEugeniy E. Mikhailov2021-12-051-6/+6
|
* get rid of descr attributeEugeniy E. Mikhailov2021-12-031-2/+0
|
* added attributes for time traceEugeniy E. Mikhailov2021-12-031-6/+11
|
* added attributes for traceEugeniy E. Mikhailov2021-12-031-8/+14
|
* redid Trace(s) infrastructureEugeniy E. Mikhailov2021-12-031-8/+9
|
* added grabing and ploting all traces capabilitiesEugeniy E. Mikhailov2021-12-031-0/+1
|
* made an utility functionEugeniy E. Mikhailov2021-12-021-21/+8
|
* cleanupEugeniy E. Mikhailov2021-12-021-1/+0
|
* create a root package qolabEugeniy E. Mikhailov2021-12-021-0/+184