System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.