intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
62 stars 31 forks source link

Using correct value type in coremini read/write app signal #87

Closed pierreluctg closed 4 years ago

pierreluctg commented 4 years ago

meth_coremini_read_app_signal was incorrectly returning a python int instead of a python float. The double to python int conversion was resulting in always returning 0.

meth_coremini_write_app_signa was incorrectly taking a python int for the value argument instead of a python float.

pierreluctg commented 4 years ago

Hi @drebbe-intrepid, please have a look.

Thank you

pierreluctg commented 4 years ago

Fixes #88