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

# Keysight34461A

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

<Card title="Keysight 34461A" horizontal href="/dmm/Keysight34461A">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/dmm/keysight-34461a/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=58aeeb67d93d47d804ae466267aaf75a" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="Keysight 34461A" width="613" height="251" data-path="snippets/drivers/dmm/keysight-34461a/image.png" />
</Card>

The [`Keysight34461A`](https://nominal-io.github.io/instro/instruments/dmm/#keysight-34461a) provides a driver that can be used to instantiate an [InstroDMM](/dmm).

## Creating an [`InstroDMM`](/dmm) with [`Keysight34461A`](https://nominal-io.github.io/instro/instruments/dmm/#keysight-34461a)

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

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

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