Hello,
i am executing these commands:
DAQmxCreateTask(...)
DAQmxCreateDOChan(...line0,...)
DAQmxWriteDigitalLines(..,[true],....) --> a bit in the the hardware switches to true
DAQmxStopTask(...)
DAQmxClearTask(...)
Question:
Is the bit in the hardware then still set OR does the StopTask reset all used bits in the created Channel to their default state?
Thanks