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

# Keysight1200X

> A driver for [`InstroScope`](/scope)

<Card title="Keysight 1200X" horizontal href="/scope/Keysight1200X">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/scope/keysight-1200x/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=56d4545b1c86a225c8513e8187d319a5" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="Keysight 1200X" width="800" height="424" data-path="snippets/drivers/scope/keysight-1200x/image.png" />
</Card>

The [`Keysight1200X`](https://nominal-io.github.io/instro/instruments/scope/#keysight-1200x) provides a driver that can be used to instantiate an [InstroScope](/scope).

## Creating an [`InstroScope`](/scope) with [`Keysight1200X`](https://nominal-io.github.io/instro/instruments/scope/#keysight-1200x)

```python theme={null}
from instro.scope.drivers import Keysight1200X
from instro.scope import InstroScope

scope = InstroScope(
    name="myScope",
    driver=Keysight1200X("<visa_resource>"),
    num_channels=4,
)
```

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