Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Python onboard memory nidaqmx USB 6366

Hey Guys, 

im writing a Python programm for a continous voltage output (waveform of sine and saw). I know that in LabView there is a tool for using the onboard memory of the USB 6366. My Questions:

What is the onboard memory and how does it work?

How can i use the onboard memory to output a continous voltage using python?

Thank You for your help

jo_dkt

0 Kudos
Message 1 of 2
(659 Views)

Solution:

task = nidaqmx.Task

task.channels.ao_use_only_on_brd_mem = True
0 Kudos
Message 2 of 2
(587 Views)