National Instruments

NIDAQDriver provides a driver that can be used to instantiate an InstroDAQ.
Creating an InstroDAQ with NIDAQDriver
NIDAQDriver can be found in the SDK.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A driver for InstroDAQ

NIDAQDriver provides a driver that can be used to instantiate an InstroDAQ.
InstroDAQ with NIDAQDriverfrom instro.daq import InstroDAQ
from instro.daq.drivers.ni import NIDAQDriver
# device name from NI-MAX
daq = InstroDAQ(name="niDAQ", driver=NIDAQDriver(device_id="Dev1"))
NIDAQDriver can be found in the SDK.Was this page helpful?