lxi: add page (#6174)

beep
Peter Babič 2021-06-29 22:31:37 +02:00 committed by GitHub
parent e64cd91d5b
commit 826b295394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/lxi.md Normal file
View File

@ -0,0 +1,24 @@
# lxi
> Control LXI compatible instruments such as oscilloscopes.
> More information: <https://github.com/lxi-tools/lxi-tools>.
- Discover LXI devices on available networks:
`lxi discover`
- Capture a screenshot, detecting a plugin automatically:
`lxi screenshot --address {{ip_address}}`
- Capture a screenshot using a specified plugin:
`lxi screenshot --address {{ip_address}} --plugin {{rigol-1000z}}`
- Send an SCPI command to an instrument:
`lxi scpi --address {{ip_address}} "{{*IDN?}}"`
- Run a benchmark for request and response performance:
`lxi benchmark --address {{ip_address}}`