1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 15:35:26 +02:00
tldr/pages/linux/lxi.md

25 lines
654 B
Markdown
Raw Normal View History

2021-06-29 22:31:37 +02:00
# lxi
> Control LXI compatible instruments such as oscilloscopes.
> 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:
`lxi screenshot {{[-a|--address]}} {{ip_address}}`
2021-06-29 22:31:37 +02:00
- Capture a screenshot using a specified plugin:
`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:
`lxi scpi {{[-a|--address]}} {{ip_address}} "{{*IDN?}}"`
2021-06-29 22:31:37 +02:00
- Run a benchmark for request and response performance:
`lxi benchmark {{[-a|--address]}} {{ip_address}}`