Forrest logo
back to context overview

lxi

List of commands for lxi:

  • lxi:tldr:38e30 lxi: Capture a screenshot, detecting a plugin automatically.
    $ lxi screenshot --address ${ip_address}
    try on your machine
    explain this command
  • lxi:tldr:4a0d4 lxi: Send an SCPI command to an instrument.
    $ lxi scpi --address ${ip_address} "${*IDN?}"
    try on your machine
    explain this command
  • lxi:tldr:632b6 lxi: Discover LXI devices on available networks.
    $ lxi discover
    try on your machine
    explain this command
  • lxi:tldr:8ba76 lxi: Capture a screenshot using a specified plugin.
    $ lxi screenshot --address ${ip_address} --plugin ${rigol-1000z}
    try on your machine
    explain this command
  • lxi:tldr:c136a lxi: Run a benchmark for request and response performance.
    $ lxi benchmark --address ${ip_address}
    try on your machine
    explain this command
back to context overview