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

# KeysightE36100

> A driver for [`InstroPSU`](/psu)

<Card title="Keysight E36100" horizontal href="/psu/KeysightE36100">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/psu/keysight-e36100/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=f6a46b7cde84f663a03b4ae936197efc" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="Keysight E36100" width="992" height="896" data-path="snippets/drivers/psu/keysight-e36100/image.png" />
</Card>

The [`KeysightE36100`](https://nominal-io.github.io/instro/instruments/psu/#keysight-e36100) provides a driver that can be used to instantiate an [InstroPSU](/psu).

## Creating an [`InstroPSU`](/psu) with [`KeysightE36100`](https://nominal-io.github.io/instro/instruments/psu/#keysight-e36100)

```python theme={null}
from instro.psu.drivers import KeysightE36100
from instro.psu import InstroPSU

psu = InstroPSU(
    name="myPSU",
    driver=KeysightE36100(visa_resource="USB0::..."),
    num_channels=1,
)
```

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