Experimental Physics and Industrial Control System
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/
- Replies:
- Re: P4P release prep Williams Jr., Ernest L.
- Navigate by Date:
- Prev:
Re: Problems with parallel make in base 7.0.1.1 on Visual Studio 2015 and Visual Studio 2017 when HOST_OP=NO Andrew Johnson
- Next:
Build failed in Jenkins: epics-base-3.14-test #26 APS Jenkins
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
EPICS 7 and CS-Studio core developers meeting registration. kunal shroff
- Next:
Re: P4P release prep Williams Jr., Ernest L.
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
<2018>
2019
2020
2021
2022
2023
2024