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 | 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: P4P release prep |
From: | "Williams Jr., Ernest L." <[email protected]> |
To: | Michael Davidsaver <[email protected]>, PVData Developers <[email protected]>, EPICS core-talk <[email protected]> |
Cc: | "Slepicka, Hugo Henrique" <[email protected]>, "Shankar, Murali" <[email protected]> |
Date: | Mon, 5 Feb 2018 15:34:38 +0000 |
Hi Michael,
We are looking forward to testing of P4P.
Cheers,
Ernest Williams
Dept. Head, Advanced Control Systems Advanced Instrumentation Research, Technology Innovation Directorate SLAC National Laboratory, Stanford University From: [email protected] <[email protected]> on behalf of Michael Davidsaver <[email protected]>
Sent: Thursday, February 1, 2018 9:31 AM To: PVData Developers; EPICS core-talk Subject: P4P release prep All,
I'm preparing for an initial release of my P4P module (PVAccess for Python). So I'd like to ask for test results from anyone who has time+interest in doing them. My hope is to do the release next week. The most basic testing is to build and run the unit tests. This is described in: https://mdavidsaver.github.io/p4p/building.html pip/virtualenv users should note the included requirements-*.txt files and the "Multiple Python Versions" section. If you have a PVAccess server, also exercise the get/put/monitor operations with the include command line tools. > python -m p4p.client.cli -h Or programatically from eg. an ipython shell. > from p4p.client.thread import Context > ctxt = Context('pva') > print ctxt.get('pv:name') further example, and reference at https://mdavidsaver.github.io/p4p/client.html Those using the RPC operation will want to look at the helper API https://mdavidsaver.github.io/p4p/rpc.html#client-example Interested users might want to have a look at the new version of MASAR save/restore which uses P4P. A release of this will hopefully be following soon after this P4P release. https://github.com/mdavidsaver/masarService
the main documentation page https://mdavidsaver.github.io/p4p/ |