Experimental Physics and Industrial Control System
Hi,
Does anyone know if Py-Epics should be able to correctly read/write string waveform records? I only seem to be able to access the first element.
using caget (C utility) from base is OK, it returns all elements
>caget stringWaveform
has09eenv:weather:area1:test 5 testing one two three four
but using Py-Epics I only see the first although the count is correct
In [12]: pv=epics.PV('stringWaveform')
In [13]: pv.get()
Out[13]: 'testing'
In [14]: pv.count
Out[14]: 5
float waveform records are fine though.
Thanks
-------------------------------------------------------
Craig Haskins
Software Engineer
Australia Telescope National Facility
CSIRO Astronomy and Space Science
P.O.Box 76, Epping NSW 1710, Australia
Phone: +61 2 9372 4309
email: [email protected]
- Replies:
- Re: Py-Epics and string waveform records Matt Newville
- Navigate by Date:
- Prev:
RE: GigE driver for Area Detector Szalata, Zenon M.
- Next:
Re: Py-Epics and string waveform records Matt Newville
- 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
- Navigate by Thread:
- Prev:
Re: CSS BOY Meter widget limits Paweł Prędki
- Next:
Re: Py-Epics and string waveform records Matt Newville
- 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