mcculw icon indicating copy to clipboard operation
mcculw copied to clipboard

MCC Universal Library Python API for Windows

Results 9 mcculw issues
Sort by recently updated
recently updated
newest added

Is it possible to set start and stop time to the USB 2020 DAQ for aquaring the data through python code?

I'm using MC USB-1608G device. When running examples files, some files **.py works while others don't work and showing Exception has occurred, Error: invaild board number, I hve no idea...

I get an error when running a simple test: Environment: - Model = USB-2533 - Windows 10 - Python version = 3.10.9 - MccDaq.dll version = 3.73 - mcculw version...

Hi, I am using E-1608 daq to make a sinusoidal analog output, and meanwhile read the input values. I am using the a_out_scan sample code you provided, but I am...

Whenever I try to use the functions a_in / v_in the code just runs endlessly without outputting a result. Here I provide an example in which I re-wrote the function...

Is there an example for getting thermocouple temp data from a TC32 without expansion board?

I have three USB-TC-AI devices. The oldest one (v1.2) works fine with v_in.py example, but two newer ones cause the test script to hang indefinitely. ``` python .\v_in.py Found 1...

Hi, I have got an issue using a USB-3103 when trying to update simutaneously several analog channels. I am using : - win10 - python 3.9 - mcculw 1.0.0 The...