I have a NI-9202 card, I don't see interface listed when I boot up the NI MAX explorer. Also I try to use python to talk to this NI-9202 card, any NI experts can jump in to help (give some guide line?) - now NI-9202 card is seating inside a cDaq9174 chassis - (I try to search a interface name of this card, also try to specify the task command variables as line2)
task=nidaqma.Task()
task.ao_channels.add_ao_volatage_chan('Dev1/ao0'(basically a interface name), 'mychannel',0,5)
task.start()
value=2
task.write(value)
task.stop()
task.close()
any NI python expert can jump in to help?