lxi(1) | User Commands | lxi(1) |
lxi - a tool for managing LXI compatible instruments.
lxi [--help] [--version] <command> [<args>]
lxi is a commandline tool for controlling LXI compatible instruments such as modern oscilloscopes, power supplies, spectrum analyzers, etc.
discover [<options>]
scpi [<options>] <scpi-command>
screenshot [<options>] [<filename>]
benchmark [<options>]
run <filename>
If this option is omitted the tool will automatically try to select the most suitable plugin.
lxi discover
lxi discover --mdns
lxi scpi --address 10.0.0.42 "*IDN?"
lxi scpi --address 10.0.0.42 "*IDN?" > response.txt
lxi screenshot --address 10.0.0.42 --plugin rigol-1000z
Or by using screenshot plugin autodetection simply:
lxi screenshot --address 10.0.0.42
Note: Some LXI devices are slow to process SCPI commands, in which case you might need to take care to increase the timeout value.
Visit https://lxi-tools.github.io
Written by Martin Lund <martin.lund@keep-it-simple.com>
2022-10-14 | lxi-tools 2.4 |