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

# TDKLambdaGenesys

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

<Card title="TDK Lambda Genesys" horizontal href="/psu/TDKLambdaGenesys">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/psu/tdk-lambda-genesys/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=d36dcf467bf1b555341bf53ce84d0004" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="TDK Lambda Genesys" width="500" height="374" data-path="snippets/drivers/psu/tdk-lambda-genesys/image.png" />
</Card>

The [`TDKLambdaGenesys`](https://nominal-io.github.io/instro/instruments/psu/#tdk-lambda-genesys) provides a driver that can be used to instantiate an [InstroPSU](/psu). It also covers white-label Agilent/Keysight N5700-series supplies, which speak the same command set.

## Creating an [`InstroPSU`](/psu) with [`TDKLambdaGenesys`](https://nominal-io.github.io/instro/instruments/psu/#tdk-lambda-genesys)

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

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

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