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

# Keithley2400

> A driver for [`InstroDMM`](/dmm)

<Card title="Keithley 2400" horizontal href="/dmm/Keithley2400">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/dmm/keithley-2400/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=fd407dc8f8aa0187a8c8a48b8af303c9" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="Keithley 2400" width="500" height="216" data-path="snippets/drivers/dmm/keithley-2400/image.png" />
</Card>

The [`Keithley2400`](https://nominal-io.github.io/instro/instruments/dmm/#keithley-2400) provides a driver that can be used to instantiate an [InstroDMM](/dmm), in measurement-only mode.

## Creating an [`InstroDMM`](/dmm) with [`Keithley2400`](https://nominal-io.github.io/instro/instruments/dmm/#keithley-2400)

```python theme={null}
from instro.dmm.drivers import Keithley2400
from instro.dmm import InstroDMM

dmm = InstroDMM(
    name="myDMM",
    driver=Keithley2400("<visa_resource>"),
)
```

Parameters and methods specific to [`Keithley2400`](https://nominal-io.github.io/instro/instruments/dmm/#keithley-2400) can be found in the [SDK](https://nominal-io.github.io/instro/).
