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

# Tektronix2SeriesMSO

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

<Card title="Tektronix 2-series" horizontal href="/scope/Tektronix2SeriesMSO">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/scope/tektronix-2-series/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=42ebb9a0b4bdae0719a79b642011e29e" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="Tektronix 2-series" width="600" height="373" data-path="snippets/drivers/scope/tektronix-2-series/image.png" />
</Card>

The [`Tektronix2SeriesMSO`](https://nominal-io.github.io/instro/instruments/scope/#tektronix-2-series-mso) provides a driver that can be used to instantiate an [InstroScope](/scope).

## Creating an [`InstroScope`](/scope) with [`Tektronix2SeriesMSO`](https://nominal-io.github.io/instro/instruments/scope/#tektronix-2-series-mso)

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

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

Parameters and methods specific to [`Tektronix2SeriesMSO`](https://nominal-io.github.io/instro/instruments/scope/#tektronix-2-series-mso) can be found in the [SDK](https://nominal-io.github.io/instro/).
