Commit Graph
120 Commits
Author SHA1 Message Date
augustin_s c252df1f77 counter -> acquisition 2020-05-03 18:03:29 +00:00
augustin_s 21dae3d3c2 checker -> condition 2020-05-03 15:55:08 +00:00
augustin_s 45a4a60fb6 checker -> condition 2020-05-03 15:06:52 +00:00
augustin_s 22e5dc9ffa removed checker_sleep_time from scanbackend, this is now part of the checker itself 2020-05-01 16:37:59 +00:00
augustin_s 6e0106b64f added second time (interval between checks vs. total time for a long check) to valuechecker 2020-05-01 16:36:35 +00:00
augustin_s c43ac945e6 all Acquisitions/Changers are now Tasks 2020-05-01 11:25:47 +00:00
augustin_s 3594143611 added .instrument, .pgroup, .paths to Counter 2020-04-30 15:48:24 +00:00
augustin_s ad5704b235 renamed Runner to Task 2020-04-30 15:25:05 +00:00
augustin_s 0cc63da8bf more repr 2020-04-26 11:27:35 +00:00
augustin_s b1d2d455f2 correct folders 2020-04-25 17:07:35 +00:00
augustin_s 38554aca77 correct filename 2020-04-25 17:06:53 +00:00
augustin_s 9fa6173c14 added typename() 2020-04-25 16:58:29 +00:00
augustin_s 7c42b69061 a little bit more organisation in the utils section 2020-04-24 15:31:56 +00:00
augustin_s a173181c46 added/use BaseRunner ABC 2020-04-24 13:00:43 +00:00
augustin_s 14c0d206f3 also make use of the generic Checker's constructor 2020-04-24 12:26:26 +00:00
augustin_s d408db57f5 added BaseChecker for defining the Checker API, added Checker parent class for the collecting/analysis logic, adjusted PVChecker and ValueChecker to make use of the former 2020-04-24 12:20:34 +00:00
augustin_s d6409aff3e a forgotten . 2020-04-24 12:08:31 +00:00
augustin_s 0593937da6 add callback only once 2020-04-23 20:19:34 +00:00
augustin_s 1151f9bc10 added a generic Checker that accepts a get_value function 2020-04-23 19:15:33 +00:00
augustin_s ab9fe9178e added note on callbacks 2020-04-23 19:15:02 +00:00
augustin_s fedd5fc4a6 moved wait_time from Timer to LoopRunner 2020-04-23 09:24:18 +00:00
augustin_s a19b1c0670 proper data init/clear 2020-04-23 09:09:00 +00:00
augustin_s 5e61edbb87 renamed looprunners.py to looprunner.py 2020-04-22 21:09:58 +00:00
augustin_s 8d6ceaa4db added loop runners to __init__.py 2020-04-22 11:21:55 +00:00
augustin_s 4673137758 build loop runners on Runner as well 2020-04-22 10:42:25 +00:00
augustin_s 15ae113fdc added Runner class to build Acquisition/Changer on 2020-04-22 08:54:08 +00:00
augustin_s 29eb895560 unified common methods for runners 2020-04-22 08:14:00 +00:00
augustin_s c4a0743e59 cleaned up Changer 2020-04-22 08:10:03 +00:00
augustin_s d8176100cb adjusted Acquisition imports 2020-04-21 19:35:30 +00:00
augustin_s ebc9c09ed5 moved Changer to runners folder 2020-04-21 19:32:21 +00:00
augustin_s 4a376ae0d4 removed useless Changer imports 2020-04-21 19:26:55 +00:00
augustin_s 83cbe8709c removed (many) Changer definition copies 2020-04-21 19:22:55 +00:00
augustin_s bb2036405e added LoopRunners to run loops 2020-04-21 18:22:48 +00:00
augustin_s faa30340af moved Acquisition Runner into runners folder 2020-04-21 17:34:01 +00:00
augustin_s 471a4b0281 less underscore 2020-04-21 17:24:12 +00:00
augustin_s b0fcc221e9 added __init__.py for runners 2020-04-21 15:06:08 +00:00
augustin_s 5e96c658c9 added folder for runners (Thread wrappers) 2020-04-21 15:05:27 +00:00
augustin_s 7ac909ad77 rename CAChecker to PVChecker 2020-04-20 20:41:09 +00:00
augustin_s dbe20286fa removed PVChecker 2020-04-20 20:23:53 +00:00
augustin_s e86d1c6c86 fixed imports 2020-04-20 20:23:10 +00:00
augustin_s 2238968eb2 use statistical check (collecting over wait_time) for getting ready instead of single-value check and sleeping 2020-04-20 19:25:38 +00:00
augustin_s 081aaabf9f re-factored checkers 2020-04-20 17:49:15 +00:00
augustin_s e87a4c9d8a removed checker dict stuff 2020-04-17 17:19:59 +00:00
augustin_s e9ef150ffa more consistent use of the words: path, dir, folder 2020-04-17 13:28:54 +00:00
augustin_s 95b34fa5be moved dir creation directly to where files are written into the respective dir, cleaned up parameter names between Scanner and ScanBackend, make_dir is in utils now 2020-04-15 10:33:19 +00:00
augustin_s 9eb7d94653 adapt to new method name of re-factored run filename generator 2020-04-15 08:01:55 +00:00
augustin_s 0a04288165 re-factored run filename generator 2020-04-15 08:00:52 +00:00
augustin_s db19f84747 renamed ScanSimple to ScanBackend 2020-04-08 10:57:26 +00:00
augustin_s 2ad8091618 slightly longer message 2020-04-08 10:16:24 +00:00
augustin_s bd32ba46b9 moved checker logic into checker (checker needs to be cleaned up still) 2020-04-07 20:27:28 +00:00