I would like to output a continuous pulse signal with a voltage of 5V.
Currently on my oscilloscope I am only seeing approximately 2V.
My code in C++ goes like this:
DAQmxCreateCOPulseChanFreq(taskHandle0, "/Dev1/ctr0", "", DAQmx_Val_Hz, DAQmx_Val_High, initial_delay, signal_frequency, signal_dutyCycle)
Is there anyway to increase the output voltage from the counter?
Thank you!