05-13-2020 06:05 AM
Hi,
When I run the example of NIDAQMX Python API, it told me that my device didn't support the "On Demand" sample type, it should be set as "Sample Clock". But I didn't find any methods to configure this, maybe the "On Demand" is a default setting, so how can I specify it by python code?
05-13-2020 08:20 AM
"On demand" is the default. I don't know the python API, but in LabVIEW we call "DAQmx Timing" to define a hardware sample clock and a task buffer. I'd look for functions with names like Timing or SampleClock that require arguments related to a sample clock and a buffer size.
-Kevin P