> ## Documentation Index
> Fetch the complete documentation index at: https://docs.embedder.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Siglent SDS800X HD

> Capture analog waveforms and screenshots from a supported Siglent scope over LAN.

Use a Siglent scope to inspect rail droop, ringing, rise time, pulse width, and other electrical behavior. Captures appear in the Monitor's Oscilloscope tab.

## Check the model

The supported family includes SDS802X HD, SDS804X HD, SDS812X HD, SDS814X HD, SDS822X HD, and SDS824X HD. Other Siglent generations are not interchangeable with this integration.

Use the two physical channels on models ending in `2X HD`, or four on models ending in `4X HD`.

## Connect

Put the scope on a network reachable from the Embedder host and complete the requested instrument setup. If discovery fails, provide its IP address or set it before launching Embedder:

```bash theme={"system"}
export EMBEDDER_SCOPE_HOST=192.168.1.20
```

This connection uses LAN; USB-TMC is not supported by the Siglent integration.

## Take a single capture

```text theme={"system"}
Connect to the SDS812X HD at 192.168.1.20. Enable C1 at 1 V/div with DC coupling,
set 1 ms/div, and trigger on C1 rising through 1.5 V. Wait up to 10 seconds,
then show the waveform and the applied settings.
```

Name the channel, coupling, scale, timebase, trigger, and timeout. Enable every channel used by a trigger.

To inspect an acquisition already stopped on the scope, ask to read it without rearming.

## Choose a trigger

Supported analog triggers include edge, pulse, slope, window, runt, dropout, interval, nth edge, pattern, qualified, delay, setup/hold, and video.

Ask Embedder to read back the applied trigger if the capture behaves unexpectedly. The SDS800X HD has no external trigger input. Digital trigger sources require the appropriate MSO hardware and supported trigger type.

## Measure and save

```text theme={"system"}
Capture VDD on C1 and the firmware marker on C2. Trigger when VDD falls below
2.8 V, then report minimum voltage and the delay from the marker edge.
```

Save the waveform with its settings. You can also request a front-panel screenshot; use a `.bmp` filename.

For instrument functions outside the standard controls, Embedder can use the supported scope's SCPI commands in a hardware script. Ask for the command and readback when configuring an unfamiliar setting.

## Troubleshoot

* **No scope:** check the IP address, network, and scope network settings.
* **Model rejected:** confirm the exact supported family.
* **Trigger timeout:** verify the enabled source, level, polarity, coupling, and expected event.
* **Clipped signal:** increase volts per division or adjust the offset.
* **Unexpected old frame:** request a new single acquisition and wait for its trigger.

Use [PicoScope](/debug-mode/picoscope) for a supported USB scope or a [logic analyzer](/debug-mode/logic-analyzer) for decoded digital traffic.
