spalatofhi

Results 4 comments of spalatofhi

I observe the exact same behavior as @davidhealey. I haven't played with any document parameters: units are mm, scalings are 1, etc.

Currently, the first call to the low-level functions such as `_read_analog_f_64` set the expected datatype. As such, any change to the datatype would be global. Allowing both C and F...

Has self calibration (`DAQmxSelfCal`) been added to the API?

This seems to work, for self-calibration at least. It doesn't raise an error on a simulated device... ``` def self_cal(device: str): cfunc = lib_importer.windll.DAQmxSelfCal if cfunc.argtypes is None: with cfunc.arglock:...