aboutsummaryrefslogtreecommitdiff
path: root/qolab/hardware/scope/_basic.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* inctease timeout for stop waitEugeniy E. Mikhailov2024-07-221-1/+1
* make sure that scope is stopped before trace is acquiredEugeniy E. Mikhailov2024-07-221-0/+1
* added function which waits for scope to stopEugeniy E. Mikhailov2024-07-221-0/+33
* changed expected outputs of set/getTriggerModeEugeniy E. Mikhailov2024-07-211-2/+2
* change logic of getAllTraces to use getRun or setRun mode.Eugeniy E. Mikhailov2024-07-211-5/+13
* added protection from unset maxRequiredPointsEugeniy E. Mikhailov2024-07-201-3/+3
* added missing importEugeniy E. Mikhailov2024-07-201-0/+1
* removed unnesesary self parameterEugeniy E. Mikhailov2024-07-201-1/+1
* black formatterEugeniy E. Mikhailov2024-07-201-1/+1
* refactor calcSparsingAndNumPoints to avoid use of unset availableNpntsEugeniy E. Mikhailov2024-07-201-2/+17
* move calcSparsingAndNumPoints to a separate functionEugeniy E. Mikhailov2024-07-201-0/+16
* refactor scopes to avoid circular loadsEugeniy E. Mikhailov2024-07-161-0/+123