1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Commands with synchronous answers from python |
From: | "Kasemir, Kay via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Neidherr, Dennis Dr." <D.Neidherr at gsi.de>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 26 Feb 2024 20:30:52 +0000 |
This Message Is From an External Sender
This message came from outside your organization.
Hi: I may misunderstand, but when you say
… I need a method to trigger the processing of a StreamDevice device in a python code, wait until the processing is done …, I see two parts to that. From the channel access client side, you can perform a “put callback” that writes to a record and waits until that record finishes processing. From the command line, that would be something like caput -c -w 10 Variable 1 As Matt has shown, with pyepics it would be
|