> ## 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.

# LabJackTSeriesDriver

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

<Card title="LabJack T-Series" horizontal href="/daq/LabJackTSeriesDriver">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/daq/labjack-t-series/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=fc59356022815d0852818366c4c4cd32" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="LabJack T-Series" width="370" height="637" data-path="snippets/drivers/daq/labjack-t-series/image.png" />
</Card>

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

## Creating an [`InstroDAQ`](/daq) with [`LabJackTSeriesDriver`](https://nominal-io.github.io/instro/instruments/daq/#labjack-t-series)

```python theme={null}
from instro.daq import InstroDAQ
from instro.daq.drivers.labjack import LabJackTSeriesDriver

# serial number, device name, or IP address
daq = InstroDAQ(name="ljDAQ", driver=LabJackTSeriesDriver(device_id="440020473"))
```

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