Commit Graph
1552 Commits
Author SHA1 Message Date
augustin_s 49990bd4bf removed stray w 2025-08-26 10:35:11 +02:00
augustin_s 52bf727f27 attaced guided_power_on to BrokerClient 2025-08-26 10:21:56 +02:00
augustin_s 0d3371ffd4 some todos 2025-08-25 10:34:59 +02:00
augustin_s 8ce7e0ef0f draw boxes for headers 2025-08-25 10:34:46 +02:00
augustin_s 840f2b5b19 skip padding entirely if not asked 2025-08-25 10:26:24 +02:00
augustin_s cde4b53364 added padding option 2025-08-25 10:24:55 +02:00
augustin_s b31e59800e added another style 2025-08-22 21:15:57 +02:00
augustin_s 80011c00c5 added some error handling 2025-08-22 17:23:56 +02:00
augustin_s a3832990f5 first try on drawing some boxes around text 2025-08-22 17:12:40 +02:00
augustin_s ae2ebaa905 added one more ping problem 2025-08-21 19:17:07 +02:00
augustin_s 535c107fa3 added error cross; rephrased headers 2025-08-21 19:13:34 +02:00
augustin_s 6fe363fa57 added success checkmark 2025-08-21 19:08:28 +02:00
augustin_s e0bd2395c6 added headers 2025-08-21 19:04:01 +02:00
augustin_s cadd00851e added some emojis 2025-08-21 16:57:25 +02:00
augustin_s 526c08e1ea added assume_yes and wait_time parameters 2025-08-21 12:40:08 +02:00
augustin_s bad2505128 first try for a guided power on procedure 2025-08-21 09:50:49 +02:00
augustin_s 9c2f8a0e62 increase the default timeout since pinging may fail slowly 2025-08-14 10:09:22 +02:00
augustin_s db3cadb791 new PV names 2025-08-14 09:55:32 +02:00
augustin_s b11dfb4d3d added get_detector_pings 2025-08-13 20:54:31 +02:00
augustin_s 657414e58c added get_detector_status 2025-08-13 17:33:39 +02:00
augustin_s 8033626f02 handle GetToolTip() returning None 2025-07-11 22:02:22 +02:00
augustin_s 0a65a754a1 break entry columns after 10 entries 2025-07-09 21:24:38 +02:00
augustin_s 34e0ad0190 typo 2025-07-09 18:04:55 +02:00
augustin_s 2b763a5970 skip unknown parameters 2025-07-09 18:01:35 +02:00
augustin_s 8b4ded4584 adjust for SPI v2 2025-07-08 10:57:54 +02:00
augustin_s eda977ee06 added workaround for DeprecationWarning for crypt 2025-06-23 17:58:08 +02:00
augustin_s 32a967bd13 do not assume we can change outside arrays in place 2025-06-10 17:08:24 +02:00
augustin_s 3c56d93d73 added check for Constant, moved check for Str/Num 2025-06-07 20:14:25 +02:00
augustin_s 847fb43708 warnings.simplefilter is not needed 2025-06-07 19:27:06 +02:00
augustin_s 426e464143 catch warnings in order to re-emit them with corrected stacklevel 2025-06-07 18:37:21 +02:00
augustin_s 1eb4a17ea5 print -> log 2025-06-07 18:11:03 +02:00
augustin_s e8290ec992 use StepsEntry.GetValue() 2025-06-07 14:07:13 +02:00
augustin_s 7eede0a4aa added GetValue (returns nsteps), use callback_update_visibility 2025-06-07 14:06:21 +02:00
augustin_s 0b54fa0a84 added callback_update_visibility 2025-06-07 14:05:13 +02:00
augustin_s ba3bdc6433 do not cache calculated values 2025-06-07 00:12:38 +02:00
augustin_s a0c65d02a1 alternative version since previous did not work on consoles 2025-06-04 17:12:03 +02:00
augustin_s 7f5719ea07 handle metadata=None in request 2025-06-04 16:39:52 +02:00
augustin_s 8d85bbea01 added safety check on FPICTURE channels to be added to the epics buffer 2025-06-03 09:53:01 +02:00
augustin_s 25300054e3 if there is no change, do not upload (force=True allows to force the upload); harmonized order of operation 2025-06-02 12:12:50 +02:00
augustin_s de827bde93 less conversion 2025-06-02 12:04:57 +02:00
augustin_s e657b64165 if there is no change, do not upload (force=True allows to force the upload) 2025-06-02 11:02:44 +02:00
augustin_s ec44033aad fixed tooltip on entry boxes 2025-05-28 15:16:48 +02:00
augustin_s 97d50e8715 scan2D_seq should be a grid 2025-05-26 16:22:45 +02:00
augustin_s 045f7c6faa switched all StepsRangeEntry and StepsSequenceEntry to StepsEntry 2025-05-26 16:21:51 +02:00
augustin_s 3636893c6b added Alternative and StepsEntry 2025-05-26 16:20:59 +02:00
augustin_s 2663c09918 added StepsEntry as Alternative between StepsRangeEntry and StepsSequenceEntry 2025-05-26 16:20:00 +02:00
augustin_s 4ca83030a5 added Alternative (sizer that switches between its contents) 2025-05-26 16:19:26 +02:00
augustin_s 7d1f9af474 wrap StepsRangeEntry widgets into vbox prepending a stretch space to expand consistently with StepsSequenceEntry 2025-05-26 00:17:36 +02:00
augustin_s 93c5b036ca added wx debug mode (enable by setting WXDEBUG env var) 2025-05-25 23:58:20 +02:00
augustin_s 2fa3568808 changed super class of LabeledTweakEntry from wx.BoxSizer to wx.Panel 2025-05-25 01:45:56 +02:00