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

# SiglentSDS1000XE

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

<Card title="Siglent SDS1000X-E" horizontal href="/scope/SiglentSDS1000XE">
  <img src="https://mintcdn.com/nominal/vd1fIohbHX0IE-nH/snippets/drivers/scope/siglent-sds1000x-e/image.png?fit=max&auto=format&n=vd1fIohbHX0IE-nH&q=85&s=b5cb783eca155e54be53922446b55868" style={{ width: "100%", height: "100px", objectFit: "contain" }} noZoom alt="Siglent SDS1000X-E" width="600" height="315" data-path="snippets/drivers/scope/siglent-sds1000x-e/image.png" />
</Card>

The [`SiglentSDS1000XE`](https://nominal-io.github.io/instro/instruments/scope/#siglent-sds1000x-e) provides a driver that can be used to instantiate an [InstroScope](/scope).

## Creating an [`InstroScope`](/scope) with [`SiglentSDS1000XE`](https://nominal-io.github.io/instro/instruments/scope/#siglent-sds1000x-e)

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

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

Parameters and methods specific to [`SiglentSDS1000XE`](https://nominal-io.github.io/instro/instruments/scope/#siglent-sds1000x-e) can be found in the [SDK](https://nominal-io.github.io/instro/).
