How do I set OutputDriveType to Active Drive for a DAQmx channel (NI USB-6009 daq) ?

2 views (last 30 days)
I'm trying to set the voltage level of a digital output to 3.3V on a NI USB-6009. This is possible by setting the Output drive type to Active drive (i.e. push-pull).
Is there a method associated with a daq session or digital channel to do this, assuming I start my session using something like this:
s = daq.createSession('ni');
s.addDigitalChannel('Dev2','Port0/Line0:4','OutputOnly');
Thank you

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!