Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

ao_use_only_on_brd_mem in python

Hey Guys,

I am trying to write a Pythonscript using the "ao_use_only_on_brd_mem" command, but Python does not recognize this commnd. 

My Question:

What is the correct Syntax/ do I have to import a special libery?

Thanks for your help

Jo_dkt

0 Kudos
Message 1 of 2
(1,153 Views)

Solution: 

task = nidaqmx.Task

task.channels.ao_use_only_on_brd_mem = True
0 Kudos
Message 2 of 2
(1,077 Views)