> ## Documentation Index
> Fetch the complete documentation index at: https://instro.nominal.io/llms.txt
> Use this file to discover all available pages before exploring further.

# NIDAQDriver

> A driver for [`InstroDAQ`](/daq)

<Card title="National Instruments" horizontal href="/daq/NIDAQDriver">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/daq/national-instruments/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=a54dce285770560532e1958d9112009f" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="National Instruments" width="1085" height="581" data-path="snippets/drivers/daq/national-instruments/image.png" />
</Card>

The [`NIDAQDriver`](https://nominal-io.github.io/instro/instruments/daq/#ni-daqmx) provides a driver that can be used to instantiate an [InstroDAQ](/daq).

## Creating an [`InstroDAQ`](/daq) with [`NIDAQDriver`](https://nominal-io.github.io/instro/instruments/daq/#ni-daqmx)

```python theme={null}
from 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"))
```

Parameters and methods specific to [`NIDAQDriver`](https://nominal-io.github.io/instro/instruments/daq/#ni-daqmx) can be found in the [SDK](https://nominal-io.github.io/instro/).
