I am using the NI-9264 with nidaqmx library in python. I tried to use the ao_func_gen_chan function to create a sine wave voltage output and quickly realized that function is not supported by the 9264 product. I am trying to use the ao_voltage_chan function to create a sine wave and am having a lot of trouble. The only example I can find of this is written in C. How can I go about using ao_voltage_chan and sampling to create a sine wave output to the module? I scoured the internet and couldn't find any examples online.