File: io.github.lxi-tools.lxi-gui.gschema.xml

package info (click to toggle)
lxi-tools 2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,956 kB
  • sloc: ansic: 6,110; xml: 146; sh: 24; python: 12; makefile: 5
file content (65 lines) | stat: -rw-r--r-- 2,555 bytes parent folder | download | duplicates (2)
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
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="lxi-gui">
  <schema path="/io/github/lxi-tools/lxi-gui/" id="io.github.lxi-tools.lxi-gui">
    <key name="timeout-discover" type="u">
      <default>1500</default>
      <summary>Discover timeout</summary>
      <description>Timeout in milliseconds for discovery of LXI devices.</description>
    </key>
    <key name="timeout-scpi" type="u">
      <default>2000</default>
      <summary>SCPI timeout</summary>
      <description>Timeout in milliseconds for communicating with LXI devices.</description>
    </key>
    <key name="timeout-screenshot" type="u">
      <default>8000</default>
      <summary>Screenshot timeout</summary>
      <description>Timeout in milliseconds for communicating screenshot with LXI devices.</description>
    </key>
    <key name="show-sent-scpi" type="b">
      <default>true</default>
      <summary>Show sent SCPI message</summary>
      <description>Show sent SCPI message.</description>
    </key>
    <key name="use-mdns-discovery" type="b">
      <default>false</default>
      <summary>Use mDNS discovery</summary>
      <description>Use mDNS for discovery of LXI devices.</description>
    </key>
    <key name="com-protocol" type="u">
      <default>0</default>
      <summary>Communications protocol</summary>
      <description>Communications protocol.</description>
    </key>
    <key name="raw-port" type="u">
      <default>9221</default>
      <summary>RAW/TCP network port</summary>
      <description>RAW/TCP network port</description>
    </key>
    <key name="prefer-dark-theme" type="b">
      <default>true</default>
      <summary>Prefer dark theme</summary>
      <description>Prefer dark theme.</description>
    </key>
    <key name="scpi-show-message-timestamp" type="b">
      <default>false</default>
      <summary>Show SCPI message timestamp</summary>
      <description>Show SCPI message timestamp.</description>
    </key>
    <key name="scpi-show-message-ip" type="b">
      <default>true</default>
      <summary>Show SCPI message IP</summary>
      <description>Show SCPI message IP.</description>
    </key>
    <key name="scpi-show-message-type" type="b">
      <default>false</default>
      <summary>Show SCPI message type</summary>
      <description>Show SCPI message type.</description>
    </key>
    <key name="added-instruments" type="s">
      <default>''</default>
      <summary>Added instruments</summary>
      <description>Added instruments JSON list</description>
    </key>
  </schema>
</schemalist>