1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.lxi-tools.lxi-gui</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-3-Clause</project_license>
<name>LXI-Tools</name>
<summary>
LXI-Tools is a collection of open source tools for managing network
connected LXI compatible test instruments.
</summary>
<description>
<p>
Features include automatic discovery of test instruments, sending SCPI
commands, grabbing screenshots from supported instruments, benchmarking
SCPI message performance, and powerful scripting for automation. Both a
commandline tool and a GUI tool are available.
</p>
</description>
<screenshots>
<screenshot>
<image>https://raw.githubusercontent.com/lxi-tools/lxi-tools/master/images/lxi-gui-scpi.png</image>
<caption>Easily explore SCPI features of your instruments</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lxi-tools/lxi-tools/master/images/lxi-gui-search.png</image>
<caption>Search for instruments</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lxi-tools/lxi-tools/master/images/lxi-gui-screenshot.png</image>
<caption>Easily grab screenshots from supported instruments</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lxi-tools/lxi-tools/master/images/lxi-gui-benchmark.png</image>
<caption>Measure instrument message response performance</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lxi-tools/lxi-tools/master/images/lxi-gui-script.png</image>
<caption>Powerful clean cut Lua script environment</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lxi-tools/lxi-tools/master/images/lxi-gui-script-in-action-900px.png</image>
<caption>Script mode plotting line chart and CSV/PNG files</caption>
</screenshot>
</screenshots>
<url type="homepage">https://lxi-tools.github.io</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.0" date="2022-01-31" type="stable"></release>
</releases>
<categories>
<category>Utility</category>
<category>Network</category>
<category>Science</category>
</categories>
</component>
|