aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* scope uses getConfig from base instrument, since it has channel config ↵Eugeniy E. Mikhailov2022-03-091-16/+0
| | | | capability
* added print of the saved file nameEugeniy E. Mikhailov2022-01-071-1/+2
|
* avoid double use of item_formatEugeniy E. Mikhailov2022-01-071-0/+1
|
* remove duplicated code which is present in BasicInstrumentEugeniy E. Mikhailov2022-01-051-6/+0
|
* using setEugeniy E. Mikhailov2022-01-031-2/+2
|
* scope config tracks TriggerMode, Roll, and Run statusesEugeniy E. Mikhailov2022-01-031-1/+1
|
* cleanupEugeniy E. Mikhailov2022-01-031-3/+3
|
* Merge branch 'master' of qo.physics.wm.edu:pyExpControlEugeniy E. Mikhailov2022-01-031-2/+2
|\
| * use err in outputEugeniy E. Mikhailov2022-01-021-1/+1
| |
| * get rid of magic numberEugeniy E. Mikhailov2022-01-021-1/+1
| |
* | remove unused importEugeniy E. Mikhailov2022-01-031-1/+0
| |
* | proper exceptionEugeniy E. Mikhailov2022-01-031-4/+3
|/
* added setChanVoltageOffsetEugeniy E. Mikhailov2021-12-301-0/+4
|
* getChanOffset --> getChanVoltageOffsetEugeniy E. Mikhailov2021-12-302-4/+4
|
* 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-282-0/+36
|
* scope have basic tsdb loggersEugeniy E. Mikhailov2021-12-261-0/+5
|
* more general scope initializationEugeniy E. Mikhailov2021-12-262-6/+6
|
* scope uses self.getNextDataFileEugeniy E. Mikhailov2021-12-141-1/+1
|
* scope now can decimate points with smoothingEugeniy E. Mikhailov2021-12-122-12/+30
|
* clean upEugeniy E. Mikhailov2021-12-091-2/+0
|
* generalized codeEugeniy E. Mikhailov2021-12-092-17/+12
|
* added plot method to scopeEugeniy E. Mikhailov2021-12-091-0/+4
|
* extended time informationEugeniy E. Mikhailov2021-12-091-3/+5
|
* redone configuration creation for a scopeEugeniy E. Mikhailov2021-12-092-11/+16
|
* do not use header argument, for trace saveEugeniy E. Mikhailov2021-12-091-1/+1
|
* added scope config and header functionsEugeniy E. Mikhailov2021-12-091-1/+41
|
* added function to time and voltage scaleEugeniy E. Mikhailov2021-12-071-0/+10
|
* added save protocol for basic scopeEugeniy E. Mikhailov2021-12-051-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-032-2/+4
|
* draft of getAllTraces for a scopeEugeniy E. Mikhailov2021-12-021-0/+7
|
* made an utility functionEugeniy E. Mikhailov2021-12-021-21/+8
|
* cleanupEugeniy E. Mikhailov2021-12-021-1/+0
|
* moved commentsEugeniy E. Mikhailov2021-12-021-3/+2
|
* create a root package qolabEugeniy E. Mikhailov2021-12-022-0/+215