You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional types from the ait enum should be accessible in pcaspy. I've been
patching it on my end as follows:
from pcaspy import driver as pcaspy_driver
pcaspy_driver._ait_d['short'] = cas.aitEnumInt16
pcaspy_driver._ait_d['ushort'] = cas.aitEnumUint16
pcaspy_driver._ait_d['ulong'] = cas.aitEnumUint32
pcaspy_driver._ait_d['long'] = cas.aitEnumInt32
pcaspy_driver._ait_d['uchar'] = cas.aitEnumUint8
Original issue reported on code.google.com by kenneth....@gmail.com on 23 Jul 2013 at 6:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
kenneth....@gmail.com
on 23 Jul 2013 at 6:46The text was updated successfully, but these errors were encountered: