2021-06-29 22:31:37 +02:00
|
|
|
# lxi
|
|
|
|
|
|
|
|
> Control LXI compatible instruments such as oscilloscopes.
|
2025-04-27 10:57:41 +03:00
|
|
|
> More information: <https://github.com/lxi-tools/lxi-tools#32-lxi>.
|
2021-06-29 22:31:37 +02:00
|
|
|
|
|
|
|
- Discover LXI devices on available networks:
|
|
|
|
|
|
|
|
`lxi discover`
|
|
|
|
|
|
|
|
- Capture a screenshot, detecting a plugin automatically:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`lxi screenshot {{[-a|--address]}} {{ip_address}}`
|
2021-06-29 22:31:37 +02:00
|
|
|
|
|
|
|
- Capture a screenshot using a specified plugin:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`lxi screenshot {{[-a|--address]}} {{ip_address}} {{[-p|--plugin]}} {{rigol-1000z}}`
|
2021-06-29 22:31:37 +02:00
|
|
|
|
|
|
|
- Send an SCPI command to an instrument:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`lxi scpi {{[-a|--address]}} {{ip_address}} "{{*IDN?}}"`
|
2021-06-29 22:31:37 +02:00
|
|
|
|
|
|
|
- Run a benchmark for request and response performance:
|
|
|
|
|
2025-04-27 10:57:41 +03:00
|
|
|
`lxi benchmark {{[-a|--address]}} {{ip_address}}`
|