quarchpy 2.2.5__py2.py3-none-any.whl → 2.2.6__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- quarchpy/_version.py +1 -1
- quarchpy/config_files/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/config_files/__pycache__/quarch_config_parser.cpython-313.pyc +0 -0
- quarchpy/connection_specific/QPS/win-amd64/app.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/README.txt +2 -2
- quarchpy/connection_specific/QPS/win-amd64/qis/help.txt +2 -2
- quarchpy/connection_specific/QPS/win-amd64/qis/qis.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/{CInterface-2.2.jar → CInterface-2.3.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/QuarchCommon-2.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/TorridonCommon-1.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/jmdns-3.6.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/usb4java-1.3.1.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps-command-reference.html +331 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/JFXUtilities-1.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/QuarchCommon-2.0.jar +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-base-21.0.4-linux.jar → javafx-base-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-controls-21.0.4-linux.jar → javafx-controls-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-fxml-21.0.4-linux.jar → javafx-fxml-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-graphics-21.0.4-linux.jar → javafx-graphics-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/lin-x64/{javafx-swing-21.0.4-linux.jar → javafx-swing-21.0.5-linux.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-base-21.0.4-mac-aarch64.jar → javafx-base-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-controls-21.0.4-mac-aarch64.jar → javafx-controls-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-fxml-21.0.4-mac-aarch64.jar → javafx-fxml-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-graphics-21.0.4-mac-aarch64.jar → javafx-graphics-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-arm64/{javafx-swing-21.0.4-mac-aarch64.jar → javafx-swing-21.0.5-mac-aarch64.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-base-21.0.4-mac.jar → javafx-base-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-controls-21.0.4-mac.jar → javafx-controls-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-fxml-21.0.4-mac.jar → javafx-fxml-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-graphics-21.0.4-mac.jar → javafx-graphics-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/mac-x64/{javafx-swing-21.0.4-mac.jar → javafx-swing-21.0.5-mac.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-base-21.0.4-win.jar → javafx-base-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-controls-21.0.4-win.jar → javafx-controls-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-fxml-21.0.4-win.jar → javafx-fxml-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-graphics-21.0.4-win.jar → javafx-graphics-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qps_lib/win-x64/{javafx-swing-21.0.4-win.jar → javafx-swing-21.0.5-win.jar} +0 -0
- quarchpy/connection_specific/QPS/win-amd64/scriptCommands.txt +59 -3
- quarchpy/connection_specific/QPS/win-amd64/whats-new.txt +12 -20
- quarchpy/connection_specific/__pycache__/StreamChannels.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_QIS.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_QPS.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_ReST.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_Serial.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_TCP.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_USB.cpython-313.pyc +0 -0
- quarchpy/connection_specific/__pycache__/mDNS.cpython-313.pyc +0 -0
- quarchpy/connection_specific/connection_QPS.py +7 -3
- quarchpy/connection_specific/connection_QPS.py.bak +242 -0
- quarchpy/connection_specific/jdk_j21_jres/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/jdk_j21_jres/__pycache__/fix_permissions.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/win32.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-313.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/SystemTest.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/module_debug.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/simple_terminal.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-313.pyc +0 -0
- quarchpy/debug/__pycache__/versionCompare.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/device.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/quarchArray.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/quarchPPM.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/quarchQPS.cpython-313.pyc +0 -0
- quarchpy/device/__pycache__/scanDevices.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-313.pyc +0 -0
- quarchpy/docs/CHANGES.rst +17 -0
- quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
- quarchpy/docs/_build/doctrees/environment.pickle +0 -0
- quarchpy/docs/_build/doctrees/index.doctree +0 -0
- quarchpy/docs/_build/doctrees/readme.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/licenses.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/modules.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.calibration.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.config_files.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.connection_specific.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.debug.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.device.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.disk_test.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.fio.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.iometer.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.qis.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.qps.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.user_interface.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.utilities.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/readme.doctree +0 -0
- quarchpy/docs/_build/html/.buildinfo +2 -2
- quarchpy/docs/_build/html/.buildinfo.bak +4 -0
- quarchpy/docs/_build/html/CHANGES.html +176 -150
- quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +14 -0
- quarchpy/docs/_build/html/_static/alabaster.css +47 -87
- quarchpy/docs/_build/html/_static/basic.css +3 -14
- quarchpy/docs/_build/html/_static/doctools.js +0 -7
- quarchpy/docs/_build/html/_static/github-banner.svg +5 -0
- quarchpy/docs/_build/html/_static/language_data.js +1 -8
- quarchpy/docs/_build/html/_static/pygments.css +2 -1
- quarchpy/docs/_build/html/_static/searchtools.js +129 -71
- quarchpy/docs/_build/html/genindex.html +22 -55
- quarchpy/docs/_build/html/index.html +90 -85
- quarchpy/docs/_build/html/objects.inv +0 -0
- quarchpy/docs/_build/html/py-modindex.html +20 -29
- quarchpy/docs/_build/html/readme.html +20 -19
- quarchpy/docs/_build/html/search.html +14 -14
- quarchpy/docs/_build/html/searchindex.js +1 -1
- quarchpy/docs/_build/html/source/changelog.html +246 -216
- quarchpy/docs/_build/html/source/licenses.html +20 -19
- quarchpy/docs/_build/html/source/modules.html +22 -21
- quarchpy/docs/_build/html/source/quarchpy.calibration.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.config_files.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.connection_specific.html +22 -37
- quarchpy/docs/_build/html/source/quarchpy.debug.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.device.html +21 -20
- quarchpy/docs/_build/html/source/quarchpy.disk_test.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.fio.html +22 -47
- quarchpy/docs/_build/html/source/quarchpy.html +22 -37
- quarchpy/docs/_build/html/source/quarchpy.iometer.html +26 -25
- quarchpy/docs/_build/html/source/quarchpy.qis.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.qps.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.user_interface.html +20 -19
- quarchpy/docs/_build/html/source/quarchpy.utilities.html +20 -19
- quarchpy/docs/_build/html/source/readme.html +20 -19
- quarchpy/fio/FIO_interface.py.bak +317 -0
- quarchpy/fio/__pycache__/FIO_interface.cpython-313.pyc +0 -0
- quarchpy/fio/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/fio/__pycache__/fioDiskFinder.cpython-313.pyc +0 -0
- quarchpy/iometer/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/iometer/__pycache__/gen_iometer_template.cpython-313.pyc +0 -0
- quarchpy/iometer/__pycache__/iometerFuncs.cpython-313.pyc +0 -0
- quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-313.pyc +0 -0
- quarchpy/qis/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/qis/__pycache__/qisFuncs.cpython-313.pyc +0 -0
- quarchpy/qps/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/qps/__pycache__/qpsFuncs.cpython-313.pyc +0 -0
- quarchpy/user_interface/__pycache__/__init__.cpython-313.pyc +0 -0
- quarchpy/user_interface/__pycache__/user_interface.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/TestCenter.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/TimeValue.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/Version.cpython-313.pyc +0 -0
- quarchpy/utilities/__pycache__/__init__.cpython-313.pyc +0 -0
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/METADATA +29 -3
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/RECORD +154 -104
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/WHEEL +1 -1
- quarchpy/.idea/.gitignore +0 -3
- quarchpy/.idea/inspectionProfiles/Project_Default.xml +0 -12
- quarchpy/.idea/inspectionProfiles/profiles_settings.xml +0 -6
- quarchpy/.idea/misc.xml +0 -4
- quarchpy/.idea/modules.xml +0 -9
- quarchpy/.idea/quarchpy.iml +0 -13
- quarchpy/.idea/workspace.xml +0 -119
- quarchpy/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/__pycache__/_version.cpython-311.pyc +0 -0
- quarchpy/__pycache__/connection.cpython-311.pyc +0 -0
- quarchpy/__pycache__/run.cpython-311.pyc +0 -0
- quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/jmdns-3.5.9.jar +0 -0
- {quarchpy-2.2.5.dist-info → quarchpy-2.2.6.dist-info}/top_level.txt +0 -0
quarchpy/_version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.2.
|
1
|
+
__version__ = "2.2.6"
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
(C)Quarch Technology Ltd
|
1
|
+
(C)Quarch Technology Ltd 2025, QIS v1.47
|
2
2
|
|
3
3
|
qis:
|
4
4
|
|
@@ -29,7 +29,7 @@ Command line parameters:
|
|
29
29
|
option is unlocked where locked is defined as when the file disableterminal.txt exists
|
30
30
|
and is set to read only.
|
31
31
|
|
32
|
-
-logging
|
32
|
+
-logging=ON
|
33
33
|
Enables application logging to file
|
34
34
|
|
35
35
|
-logtarget=file
|
Binary file
|
quarchpy/connection_specific/QPS/win-amd64/qis/qis_lib/{CInterface-2.2.jar → CInterface-2.3.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,331 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<style>
|
4
|
+
body {
|
5
|
+
font-family: "Roboto", sans-serif;
|
6
|
+
}
|
7
|
+
h1, h2 {
|
8
|
+
color: #1a94c6;
|
9
|
+
}
|
10
|
+
table {
|
11
|
+
border-collapse: collapse;
|
12
|
+
border: 2px solid #1a94c6;
|
13
|
+
text-align: left;
|
14
|
+
}
|
15
|
+
th,
|
16
|
+
td {
|
17
|
+
border: 1px solid #1a94c6;
|
18
|
+
padding: 8px 10px;
|
19
|
+
vertical-align: top;
|
20
|
+
}
|
21
|
+
th {
|
22
|
+
background: #1a94c6;
|
23
|
+
color: white;
|
24
|
+
}
|
25
|
+
.backlink {
|
26
|
+
font-size: x-small;
|
27
|
+
}
|
28
|
+
.outer-container {
|
29
|
+
padding-left: 5%;
|
30
|
+
padding-right: 5%;
|
31
|
+
}
|
32
|
+
.version {
|
33
|
+
font-weight: light;
|
34
|
+
font-style: italic;
|
35
|
+
font-size: small;
|
36
|
+
color: #1a94c6;
|
37
|
+
}
|
38
|
+
.notes-title, .examples-title, .default-title, .acceptable-title, .see-also-title {
|
39
|
+
font-style: italic;
|
40
|
+
color: #1a94c6;
|
41
|
+
}
|
42
|
+
.default-title, .acceptable-title, .see-also-title {
|
43
|
+
font-size: small;
|
44
|
+
}
|
45
|
+
.see-also {
|
46
|
+
font-size: small;
|
47
|
+
}
|
48
|
+
.content-item {
|
49
|
+
padding-top: 30px;
|
50
|
+
padding-bottom: 30px;
|
51
|
+
}
|
52
|
+
</style>
|
53
|
+
<title>Quarch Power Studio Command Reference</title>
|
54
|
+
</head>
|
55
|
+
<body>
|
56
|
+
<div class="outer-container">
|
57
|
+
<h1><a name="index">Quarch Power Studio Command Reference</a></h1>
|
58
|
+
<p>Copyright (c) Quarch Ltd</p><p>QPS v1.44.2</p><p>Generated:14 Jan 2025</p><p>This document lists the commands that can be sent to QPS over the TCP interface. By default
|
59
|
+
QPS will open port 9822. Commands may be sent as UTF-8 text with the standard line terminator \r\n
|
60
|
+
denoting the end of a command.
|
61
|
+
</p><ul>
|
62
|
+
<li>
|
63
|
+
<a href="#annotate">$annotate</a></li>
|
64
|
+
<li>
|
65
|
+
<a href="#channels">$channels</a></li>
|
66
|
+
<li>
|
67
|
+
<a href="#comment">$comment</a></li>
|
68
|
+
<li>
|
69
|
+
<a href="#connect">$connect</a></li>
|
70
|
+
<li>
|
71
|
+
<a href="#connected">$connected</a></li>
|
72
|
+
<li>
|
73
|
+
<a href="#createchannel">$create channel</a></li>
|
74
|
+
<li>
|
75
|
+
<a href="#echo">$echo</a></li>
|
76
|
+
<li>
|
77
|
+
<a href="#getcustomstatsrange">$get custom stats range</a></li>
|
78
|
+
<li>
|
79
|
+
<a href="#getstats">$get stats</a></li>
|
80
|
+
<li>
|
81
|
+
<a href="#help">$help</a></li>
|
82
|
+
<li>
|
83
|
+
<a href="#hidechannel">$hide channel</a></li>
|
84
|
+
<li>
|
85
|
+
<a href="#list">$list</a></li>
|
86
|
+
<li>
|
87
|
+
<a href="#list-details">$list -details</a></li>
|
88
|
+
<li>
|
89
|
+
<a href="#log">$log</a></li>
|
90
|
+
<li>
|
91
|
+
<a href="#qisstatus">$qis status</a></li>
|
92
|
+
<li>
|
93
|
+
<a href="#read">$read</a></li>
|
94
|
+
<li>
|
95
|
+
<a href="#savecsv">$save csv</a></li>
|
96
|
+
<li>
|
97
|
+
<a href="#scan">$scan</a></li>
|
98
|
+
<li>
|
99
|
+
<a href="#showchannel">$show channel</a></li>
|
100
|
+
<li>
|
101
|
+
<a href="#shutdown">$shutdown</a></li>
|
102
|
+
<li>
|
103
|
+
<a href="#startstream">$start stream</a></li>
|
104
|
+
<li>
|
105
|
+
<a href="#statstocsv">$stats to csv</a></li>
|
106
|
+
<li>
|
107
|
+
<a href="#stopstream">$stop stream</a></li>
|
108
|
+
<li>
|
109
|
+
<a href="#streamstate">$stream state</a></li>
|
110
|
+
<li>
|
111
|
+
<a href="#takesnapshot">$take snapshot</a></li>
|
112
|
+
<li>
|
113
|
+
<a href="#version">$version</a></li>
|
114
|
+
<li>
|
115
|
+
<a href="#chartchannelhide">$chart channel hide</a></li>
|
116
|
+
<li>
|
117
|
+
<a href="#chartchannelshow">$chart channel show</a></li>
|
118
|
+
<li>
|
119
|
+
<a href="#chartsnapshot">$chart snapshot</a></li>
|
120
|
+
<li>
|
121
|
+
<a href="#debuglistcommands">$debug list commands</a></li>
|
122
|
+
<li>
|
123
|
+
<a href="#moduleconnect">$module connect</a></li>
|
124
|
+
<li>
|
125
|
+
<a href="#modulelist">$module list</a></li>
|
126
|
+
<li>
|
127
|
+
<a href="#modulelistdetails">$module list details</a></li>
|
128
|
+
<li>
|
129
|
+
<a href="#modulename">$module name</a></li>
|
130
|
+
<li>
|
131
|
+
<a href="#modulescan">$module scan</a></li>
|
132
|
+
<li>
|
133
|
+
<a href="#streamannotationadd">$stream annotation add</a></li>
|
134
|
+
<li>
|
135
|
+
<a href="#streamchanneladd">$stream channel add</a></li>
|
136
|
+
<li>
|
137
|
+
<a href="#streamchannels">$stream channels</a></li>
|
138
|
+
<li>
|
139
|
+
<a href="#streamcommentadd">$stream comment add</a></li>
|
140
|
+
<li>
|
141
|
+
<a href="#streamdataadd">$stream data add</a></li>
|
142
|
+
<li>
|
143
|
+
<a href="#streamexport">$stream export</a></li>
|
144
|
+
<li>
|
145
|
+
<a href="#streamimport">$stream import</a></li>
|
146
|
+
<li>
|
147
|
+
<a href="#streamread">$stream read</a></li>
|
148
|
+
<li>
|
149
|
+
<a href="#streamrecord">$stream record</a></li>
|
150
|
+
<li>
|
151
|
+
<a href="#streamstatsexport">$stream stats export</a></li>
|
152
|
+
<li>
|
153
|
+
<a href="#streamstatstable">$stream stats table</a></li>
|
154
|
+
<li>
|
155
|
+
<a href="#streamstop">$stream stop</a></li>
|
156
|
+
<li>
|
157
|
+
<a href="#chartreposition">$chart reposition</a></li>
|
158
|
+
<li>
|
159
|
+
<a href="#moduledisconnect">$module disconnect</a></li>
|
160
|
+
<li>
|
161
|
+
<a href="#openrecording">$open recording</a></li>
|
162
|
+
<li>
|
163
|
+
<a href="#progresscheck">$progress check</a></li>
|
164
|
+
<li>
|
165
|
+
<a href="#qisshutdown">$qis shutdown</a></li>
|
166
|
+
<li>
|
167
|
+
<a href="#qislaunch">$qis launch</a></li>
|
168
|
+
<li>
|
169
|
+
<a href="#qpshide">$qps hide</a></li>
|
170
|
+
<li>
|
171
|
+
<a href="#qpsshow">$qps show</a></li>
|
172
|
+
<li>
|
173
|
+
<a href="#streamannotationslist">$stream annotations list</a></li>
|
174
|
+
<li>
|
175
|
+
<a href="#streamannotationstable">$stream annotations table</a></li>
|
176
|
+
<li>
|
177
|
+
<a href="#streamstarttime">$stream start time</a></li>
|
178
|
+
<li>
|
179
|
+
<a href="#streamstoptime">$stream stop time</a></li>
|
180
|
+
<li>
|
181
|
+
<a href="#streamrecordduration">$stream record duration</a></li>
|
182
|
+
<li>
|
183
|
+
<a href="#streamchannellist">$stream channel list</a></li>
|
184
|
+
<li>
|
185
|
+
<a href="#streamchanneltable">$stream channel table</a></li>
|
186
|
+
<li>
|
187
|
+
<a href="#streamchannelclearsynthetic">$stream channel clear synthetic</a></li>
|
188
|
+
<li>
|
189
|
+
<a href="#streamchanneladdsynthetic">$stream channel add synthetic</a></li>
|
190
|
+
<li>
|
191
|
+
<a href="#streamchannelremovesynthetic">$stream channel remove synthetic</a></li>
|
192
|
+
</ul>
|
193
|
+
<hr/>
|
194
|
+
<div class="content-item"><h2><a name="annotate">$annotate</a></h2><p class="version">Version 1</p><p>Adds an annotation</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>time</code></td><td><code>STRING</code></td><td>Annotation time</td></tr><tr><td><code>2</code></td><td><code>text</code></td><td><code>STRING</code></td><td>Annotation string</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Format of params string: time_specifier[space]text to be added, eg 123.456 hello world</p><p>Time specifier is of the form:
|
195
|
+
for elapsed time relative to the recording: exxxDxxx:xxx:xxx.xxx
|
196
|
+
for absolute time, pass the number of milliseconds since the epoch (midnight 1 January 1970 UTC, ie Unix time common to many environments): xxxxxxxxxxxx</p><p>The annotation text may be split over two or more lines by including \n in the string</p><div class="examples-title">Examples</div><p><code>$annotate 0 Annotation1 --> adds an annotation at time 0 and so at record number 0</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#comment">$comment</a></li><li><a href="#streamannotationadd">$stream annotation add</a></li><li><a href="#streamcommentadd">$stream comment add</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
197
|
+
<hr/>
|
198
|
+
<div class="content-item"><h2><a name="channels">$channels</a></h2><p class="version">Version 1</p><p>Returns details of the current channels</p><p>No arguments</p><p><span class="notes-title">Notes: </span>Return details of current channels in the format: channelName groupName baseUnits</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamchannels">$stream channels</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
199
|
+
<hr/>
|
200
|
+
<div class="content-item"><h2><a name="comment">$comment</a></h2><p class="version">Version 1</p><p>Adds a comment</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>time</code></td><td><code>STRING</code></td><td>Comment time</td></tr><tr><td><code>2</code></td><td><code>text</code></td><td><code>STRING</code></td><td>Comment string</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Format of params string: time_specifier[space]text to be added, eg 123.456 hello world</p><p>Time specifier is of the form:
|
201
|
+
for elapsed time relative to the recording: exxxDxxx:xxx:xxx.xxx
|
202
|
+
for absolute time, pass the number of milliseconds since the epoch (midnight 1 January 1970 UTC, ie Unix time common to many environments): xxxxxxxxxxxx</p><p>The annotation text may be split over two or more lines by including \n in the string</p><div class="examples-title">Examples</div><p><code>$comment e1 Comment1 --> adds a comment after an elapsed time of 1 second</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#annotate">$annotate</a></li><li><a href="#streamannotationadd">$stream annotation add</a></li><li><a href="#streamcommentadd">$stream comment add</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
203
|
+
<hr/>
|
204
|
+
<div class="content-item"><h2><a name="connect">$connect</a></h2><p class="version">Version 1</p><p>Connects to a specified device</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>device</code></td><td><code>STRING</code></td><td>Device ID</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>The command is passed to QIS which will test the connection availability and suitability for streaming data returning a status of OK
|
205
|
+
or the reason for connection failure. If connection is successful, the CCS and file dialogs should close and the chart window connected to the device should display.</p><p>$connect supports both device names and IP addresses</p><div class="examples-title">Examples</div><p><code>$connect usb::QTL1999-02-999</code></p><p><code>$connect tcp::QTL1999-02-999</code></p><p><code>$connect tcp::81.187.174.46</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#moduleconnect">$module connect</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
206
|
+
<hr/>
|
207
|
+
<div class="content-item"><h2><a name="connected">$connected</a></h2><p class="version">Version 1</p><p>Returns the connected device ID</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#modulename">$module name</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
208
|
+
<hr/>
|
209
|
+
<div class="content-item"><h2><a name="createchannel">$create channel</a></h2><p class="version">Version 1</p><p>Creates a new channel</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channelName</code></td><td><code>STRING</code></td><td>Channel name</td></tr><tr><td><code>2</code></td><td><code>channelGroup</code></td><td><code>STRING</code></td><td>Channel group</td></tr><tr><td><code>3</code></td><td><code>baseUnits</code></td><td><code>STRING</code></td><td>Base units</td></tr><tr><td><code>4</code></td><td><code>usePrefix</code></td><td><code>STRING</code></td><td>Indicates whether or not using a prefix; values either yes/no</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Format: channelName channelGroup baseUnits yes/no(usePrefix)</p><p>usePrefix [yes/no] option 'no' disables the application of metric prefixes u, m, k, M etc</p><p>A custom channel group name must be distinct from device group names</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamchanneladd">$stream channel add</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
210
|
+
<hr/>
|
211
|
+
<div class="content-item"><h2><a name="echo">$echo</a></h2><p class="version">Version 1</p><p>Echo command</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>string</code></td><td><code>STRING</code></td><td>A string of text to simply echo back</td></tr></tbody></table><br/><p class="backlink"><a href="#index">Back to index</a></p></div>
|
212
|
+
<hr/>
|
213
|
+
<div class="content-item"><h2><a name="getcustomstatsrange">$get custom stats range</a></h2><p class="version">Version 1</p><p>Returns statistics for a specified range</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>startTime</code></td><td><code>STRING</code></td><td>Start time. For example: 5432.1 is 5432.1 seconds, 17d5432.1 is 17 days 5432.1 seconds, 17d200:5432.1 is 17 days 200 minutes and 5432.1 seconds etc</td></tr><tr><td><code>2</code></td><td><code>endTime_numRecords</code></td><td><code>STRING</code></td><td>End time OR number of records of form: [endTime | lnumber of records] in which letter "l" denotes that number of records is being specified</td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamstatstable">$stream stats table</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
214
|
+
<hr/>
|
215
|
+
<div class="content-item"><h2><a name="getstats">$get stats</a></h2><p class="version">Version 1</p><p>Returns statistics</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamstatstable">$stream stats table</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
216
|
+
<hr/>
|
217
|
+
<div class="content-item"><h2><a name="help">$help</a></h2><p class="version">Version 1</p><p>Help command</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>type</code></td><td><code>STRING</code></td><td>The type of help to return. Options: 1) None [same as "all"], 2) "all", 3) "internal", 4) help summary of another command; eg $help $echo<p><span class="default-title">Default: </span><code>all</code></p></td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$help --> returns a list of all supported commands, each with a brief description</code></p><p><code>$help all --> same as $help</code></p><p><code>$help $echo --> returns a help summary of the $echo command</code></p><p><code>$help $chart snapshot --> returns a help summary of the $chart snapshot command</code></p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
218
|
+
<hr/>
|
219
|
+
<div class="content-item"><h2><a name="hidechannel">$hide channel</a></h2><p class="version">Version 1</p><p>Hides a channel</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channelInfo</code></td><td><code>STRING</code></td><td>Channel information; a string split by : and assumed the following order: #0 = name, #1 = groupName, #2+ ignore</td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#chartchannelhide">$chart channel hide</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
220
|
+
<hr/>
|
221
|
+
<div class="content-item"><h2><a name="list">$list</a></h2><p class="version">Version 1</p><p>Lists available devices</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#modulelist">$module list</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
222
|
+
<hr/>
|
223
|
+
<div class="content-item"><h2><a name="list-details">$list -details</a></h2><p class="version">Version 1</p><p>Lists available device details</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#modulelistdetails">$module list details</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
224
|
+
<hr/>
|
225
|
+
<div class="content-item"><h2><a name="log">$log</a></h2><p class="version">Version 1</p><p>Adds a channel/group value at a specified time</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channel</code></td><td><code>STRING</code></td><td>Channel name</td></tr><tr><td><code>2</code></td><td><code>group</code></td><td><code>STRING</code></td><td>Group name</td></tr><tr><td><code>3</code></td><td><code>time</code></td><td><code>INT</code></td><td>Time</td></tr><tr><td><code>4</code></td><td><code>value</code></td><td><code>FLOAT</code></td><td>Value</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Format: channelName channelGroup time value</p><p>Time format: UNIX time in mS or exxxDxx:xx:xx.xxxx for daysDhours:minutes:seconds.xxx</p><p>To indicate the end marker of an interval then set the value to 'endSeq'; eg : myStream.addDataPoint(channelName, groupName, 'endSeq')</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamdataadd">$stream data add</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
226
|
+
<hr/>
|
227
|
+
<div class="content-item"><h2><a name="qisstatus">$qis status</a></h2><p class="version">Version 1</p><p>Reports the connection status of QIS</p><p>No arguments</p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
228
|
+
<hr/>
|
229
|
+
<div class="content-item"><h2><a name="read">$read</a></h2><p class="version">Version 1</p><p>Reads data between from a given start time and either end time or number of records</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>startTime</code></td><td><code>INT</code></td><td>Start time</td></tr><tr><td><code>2</code></td><td><code>endTime_numRecords</code></td><td><code>STRING</code></td><td>Number of records of form: [endTime | lnumber of records], in which the letter "l" denotes that the number of records is being specified</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Times are xxxDxx:xx:xx.xxxx for daysDhours:minutes:seconds.xxx, number of records is exactly what you'd expect</p><p>Returns corresponding (long) sample time and all columns in raw format separated by ' ' spaces.</p><div class="examples-title">Examples</div><p><code>$read 0 l100</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamread">$stream read</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
230
|
+
<hr/>
|
231
|
+
<div class="content-item"><h2><a name="savecsv">$save csv</a></h2><p class="version">Version 1</p><p>Saves to CSV format</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>file</code></td><td><code>STRING</code></td><td>The optional file to save the CSV data. If the file does not have a .csv extension then one is added.</td></tr><tr><td><code>2</code></td><td><code>maxLines</code></td><td><code>INT</code></td><td>Maximum number of lines; -l[ALL|Max lines per file]<p><span class="default-title">Default: </span><code>-lall</code></p></td></tr><tr><td><code>3</code></td><td><code>lineTerminator</code></td><td><code>STRING</code></td><td>Indicates whether a line terminator; acceptable values: -c[yes/no]<p><span class="default-title">Default: </span><code>-cyes</code></p></td></tr><tr><td><code>4</code></td><td><code>delimiter</code></td><td><code>STRING</code></td><td>Value separator; acceptable values: -s[",", "\t", ";", " "]<p><span class="default-title">Default: </span><code>-s,</code></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Format: $save csv "file path/file name" -l[ALL|Max lines per file] -c[yes/no] -s[",", "\t", ";", " "]</p><p>If no .csv file is specified then the following is assigned: .../path to recording directory/csvExport+yyyyMMddHHmmss.csv</p><div class="examples-title">Examples</div><p><code>$save csv filePath -11000 -cyes -s,</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamexport">$stream export</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
232
|
+
<hr/>
|
233
|
+
<div class="content-item"><h2><a name="scan">$scan</a></h2><p class="version">Version 1</p><p>Scans for available devices</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>deviceSpecifier</code></td><td><code>STRING</code></td><td>TCP/IP address to scan for devices</td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$scan</code></p><p><code>$scan tcp::192.168.1.90</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#modulescan">$module scan</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
234
|
+
<hr/>
|
235
|
+
<div class="content-item"><h2><a name="showchannel">$show channel</a></h2><p class="version">Version 1</p><p>Shows a channel</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channelInfo</code></td><td><code>STRING</code></td><td>Channel information</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Channel is a string split by ":" and assumed the following order: #0 = name, #1 = groupName, #2+ ignore</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#chartchannelshow">$chart channel show</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
236
|
+
<hr/>
|
237
|
+
<div class="content-item"><h2><a name="shutdown">$shutdown</a></h2><p class="version">Version 1</p><p>Shuts down QPS</p><p>No arguments</p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
238
|
+
<hr/>
|
239
|
+
<div class="content-item"><h2><a name="startstream">$start stream</a></h2><p class="version">Version 1</p><p>Starts streaming</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>file</code></td><td><code>STRING</code></td><td>File specifier is of the form /dir/dir/dir/recordingName. Any '\' characters are replaced with '/' character</td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamrecord">$stream record</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
240
|
+
<hr/>
|
241
|
+
<div class="content-item"><h2><a name="statstocsv">$stats to csv</a></h2><p class="version">Version 1</p><p>Saves the statistics to CSV format</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>file</code></td><td><code>STRING</code></td><td>A single argument string specifying file path of form: *STREAM_DIR*+"statsGrid"+yyyyMMddHHmmss+".csv" - Path for data to be saved to.</td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamstatsexport">$stream stats export</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
242
|
+
<hr/>
|
243
|
+
<div class="content-item"><h2><a name="stopstream">$stop stream</a></h2><p class="version">Version 1</p><p>Stops streaming</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamstop">$stream stop</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
244
|
+
<hr/>
|
245
|
+
<div class="content-item"><h2><a name="streamstate">$stream state</a></h2><p class="version">Version 1</p><p>The current state of streaming</p><p>No arguments</p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
246
|
+
<hr/>
|
247
|
+
<div class="content-item"><h2><a name="takesnapshot">$take snapshot</a></h2><p class="version">Version 1</p><p>Takes a snapshot of the chart, timeline and channels windows</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>type</code></td><td><code>STRING</code></td><td>Type of snapshot to take consisting of a comma separated list of options: [all, chart, timeline, key]<p><span class="default-title">Default: </span><code>all</code></p></td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$take snapshot --> default and captures chart+timeline+key</code></p><p><code>$take snapshot all --> same as default</code></p><p><code>$take snapshot chart --> chart only</code></p><p><code>$take snapshot chart,key --> chart+key</code></p><p><code>$take snapshot chart,timeline --> chart+timeline</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#chartsnapshot">$chart snapshot</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
248
|
+
<hr/>
|
249
|
+
<div class="content-item"><h2><a name="version">$version</a></h2><p class="version">Version 1</p><p>Version number</p><p>No arguments</p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
250
|
+
<hr/>
|
251
|
+
<div class="content-item"><h2><a name="chartchannelhide">$chart channel hide</a></h2><p class="version">Version 2</p><p>Hides a channel</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channel</code></td><td><code>STRING</code></td><td>Channel</td></tr><tr><td><code>2</code></td><td><code>group</code></td><td><code>STRING</code></td><td>Group</td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#hidechannel">$hide channel</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
252
|
+
<hr/>
|
253
|
+
<div class="content-item"><h2><a name="chartchannelshow">$chart channel show</a></h2><p class="version">Version 2</p><p>Shows a channel</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channel</code></td><td><code>STRING</code></td><td>Channel</td></tr><tr><td><code>2</code></td><td><code>group</code></td><td><code>STRING</code></td><td>Group</td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#showchannel">$show channel</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
254
|
+
<hr/>
|
255
|
+
<div class="content-item"><h2><a name="chartsnapshot">$chart snapshot</a></h2><p class="version">Version 2</p><p>Takes a snapshot of the chart, timeline and channels windows</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>type</code></td><td><code>STRING</code></td><td>Type of snapshot to take consisting of a comma separated list of options: [all, chart, timeline, key]<p><span class="default-title">Default: </span><code>all</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>all</code></li><li><code>chart</code></li><li><code>timeline</code></li><li><code>key</code></li></ul></p></td></tr><tr><td><code>2</code></td><td><code>filePath</code></td><td><code>STRING</code></td><td>Optional file path instead of using default archive path</td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$chart snapshot --> default and captures chart+timeline+key</code></p><p><code>$chart snapshot all --> same as default</code></p><p><code>$chart snapshot chart --> chart only</code></p><p><code>$chart snapshot chart,key --> chart+key</code></p><p><code>$chart snapshot chart,timeline --> chart+timeline</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#takesnapshot">$take snapshot</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
256
|
+
<hr/>
|
257
|
+
<div class="content-item"><h2><a name="debuglistcommands">$debug list commands</a></h2><p class="version">Version 2</p><p>Returns a list of commands</p><p>No arguments</p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
258
|
+
<hr/>
|
259
|
+
<div class="content-item"><h2><a name="moduleconnect">$module connect</a></h2><p class="version">Version 2</p><p>Connects to a specified device</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>device</code></td><td><code>STRING</code></td><td>Device ID</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>$module connect supports both device names and IP addresses</p><div class="examples-title">Examples</div><p><code>$module connect usb::QTL1999-02-999</code></p><p><code>$module connect tcp::81.187.174.46</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#connect">$connect</a></li><li><a href="#moduledisconnect">$module disconnect</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
260
|
+
<hr/>
|
261
|
+
<div class="content-item"><h2><a name="modulelist">$module list</a></h2><p class="version">Version 2</p><p>Lists available devices</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#list">$list</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
262
|
+
<hr/>
|
263
|
+
<div class="content-item"><h2><a name="modulelistdetails">$module list details</a></h2><p class="version">Version 2</p><p>Lists available device details</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#list-details">$list -details</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
264
|
+
<hr/>
|
265
|
+
<div class="content-item"><h2><a name="modulename">$module name</a></h2><p class="version">Version 2</p><p>Returns the connected device ID</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#connected">$connected</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
266
|
+
<hr/>
|
267
|
+
<div class="content-item"><h2><a name="modulescan">$module scan</a></h2><p class="version">Version 2</p><p>Scans for available devices</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>deviceSpecifier</code></td><td><code>STRING</code></td><td>TCP/IP address to scan for devices</td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$module scan tcp::192.168.1.90</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#scan">$scan</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
268
|
+
<hr/>
|
269
|
+
<div class="content-item"><h2><a name="streamannotationadd">$stream annotation add</a></h2><p class="version">Version 2</p><p>Adds an annotation</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>time</code></td><td><code>STRING</code></td><td>Annotation time</td></tr><tr><td><code>2</code></td><td><code>text</code></td><td><code>STRING</code></td><td>Annotation string</td></tr><tr><td><code>3</code></td><td><code>extraText</code></td><td><code>STRING</code></td><td>Additional annotation text</td></tr><tr><td><code>4</code></td><td><code>yPosition</code></td><td><code>INT</code></td><td>y position percentage on screen; range: [0:100]<p><span class="default-title">Default: </span><code>100</code></p></td></tr><tr><td><code>5</code></td><td><code>type</code></td><td><code>STRING</code></td><td>Type string used when assigning colour and text colour<p><span class="default-title">Default: </span><code>Type1</code></p></td></tr><tr><td><code>6</code></td><td><code>colour</code></td><td><code>STRING</code></td><td>Colour in hex format. The default is #FF0000, which equates to red<p><span class="default-title">Default: </span><code>#FF0000</code></p></td></tr><tr><td><code>7</code></td><td><code>textColour</code></td><td><code>STRING</code></td><td>Text colour in hex format. The default is #FF0000, which equates to red<p><span class="default-title">Default: </span><code>#FF0000</code></p></td></tr><tr><td><code>8</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Time format ["elapsed", "unix"]. The default is "elapsed"<p><span class="default-title">Default: </span><code>elapsed</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>elapsed</code></li><li><code>unix</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Time can be either an elapsed time or Unix time, determined by the timeFormat argument which is set to elapsed time by default</p><div class="examples-title">Examples</div><p><code>$stream annotation add 7S Annotation1</code></p><p><code>$stream annotation add 7500mS Annotation2</code></p><p><code>$stream annotation add 00:00:08 Annotation3</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamcommentadd">$stream comment add</a></li><li><a href="#annotate">$annotate</a></li><li><a href="#comment">$comment</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
270
|
+
<hr/>
|
271
|
+
<div class="content-item"><h2><a name="streamchanneladd">$stream channel add</a></h2><p class="version">Version 2</p><p>Creates a new channel</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channelName</code></td><td><code>STRING</code></td><td>Channel name</td></tr><tr><td><code>2</code></td><td><code>channelGroup</code></td><td><code>STRING</code></td><td>Channel group</td></tr><tr><td><code>3</code></td><td><code>baseUnits</code></td><td><code>STRING</code></td><td>Base units</td></tr><tr><td><code>4</code></td><td><code>usePrefix</code></td><td><code>STRING</code></td><td>Indicates whether or not using a prefix; values either yes/no<p><span class="acceptable-title">Acceptable Values</span><ul><li><code>yes</code></li><li><code>no</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>A custom channel group name must be distinct from device group names</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#createchannel">$create channel</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
272
|
+
<hr/>
|
273
|
+
<div class="content-item"><h2><a name="streamchannels">$stream channels</a></h2><p class="version">Version 2</p><p>Returns details of the current channels</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#channels">$channels</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
274
|
+
<hr/>
|
275
|
+
<div class="content-item"><h2><a name="streamcommentadd">$stream comment add</a></h2><p class="version">Version 2</p><p>Adds a comment</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>time</code></td><td><code>STRING</code></td><td>Comment time</td></tr><tr><td><code>2</code></td><td><code>text</code></td><td><code>STRING</code></td><td>Comment string</td></tr><tr><td><code>3</code></td><td><code>extraText</code></td><td><code>STRING</code></td><td>Additional comment text</td></tr><tr><td><code>4</code></td><td><code>yPosition</code></td><td><code>INT</code></td><td>y position percentage on screen; range: [0:100]<p><span class="default-title">Default: </span><code>100</code></p></td></tr><tr><td><code>5</code></td><td><code>type</code></td><td><code>STRING</code></td><td>Type string used when assigning colour and text colour<p><span class="default-title">Default: </span><code>Type2</code></p></td></tr><tr><td><code>6</code></td><td><code>colour</code></td><td><code>STRING</code></td><td>Colour in hex format. The default is #FFFF00, which equates to yellow<p><span class="default-title">Default: </span><code>#FFFF00</code></p></td></tr><tr><td><code>7</code></td><td><code>textColour</code></td><td><code>STRING</code></td><td>Text colour in hex format. The default is #FFFF00, which equates to yellow<p><span class="default-title">Default: </span><code>#FFFF00</code></p></td></tr><tr><td><code>8</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Time format ["elapsed", "unix"]. The default is "elapsed"<p><span class="default-title">Default: </span><code>elapsed</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>elapsed</code></li><li><code>unix</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Time can be either an elapsed time or Unix time, determined by the timeFormat argument which is set to elapsed time by default</p><div class="examples-title">Examples</div><p><code>$stream comment add 10.25S Comment1</code></p><p><code>$stream comment add 11000mS Comment2</code></p><p><code>$stream comment add 00:00:12 Comment3</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamannotationadd">$stream annotation add</a></li><li><a href="#annotate">$annotate</a></li><li><a href="#comment">$comment</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
276
|
+
<hr/>
|
277
|
+
<div class="content-item"><h2><a name="streamdataadd">$stream data add</a></h2><p class="version">Version 2</p><p>Adds a channel/group value at a specified time</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channel</code></td><td><code>STRING</code></td><td>Channel</td></tr><tr><td><code>2</code></td><td><code>group</code></td><td><code>STRING</code></td><td>Group</td></tr><tr><td><code>3</code></td><td><code>time</code></td><td><code>INT</code></td><td>Time</td></tr><tr><td><code>4</code></td><td><code>value</code></td><td><code>FLOAT</code></td><td>Value</td></tr><tr><td><code>5</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Time format ["elapsed", "unix"]. The default is "elapsed"<p><span class="default-title">Default: </span><code>elapsed</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>elapsed</code></li><li><code>unix</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Format: channel group time value timeFormat</p><p>Time can be either an elapsed time or Unix time, determined by the timeFormat argument which is set to elapsed time by default</p><p>To indicate the end marker of an interval then set the value to 'endSeq'; eg : myStream.addDataPoint(channelName, groupName, 'endSeq')</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#log">$log</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
278
|
+
<hr/>
|
279
|
+
<div class="content-item"><h2><a name="streamexport">$stream export</a></h2><p class="version">Version 2</p><p>Saves to a given format</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>file</code></td><td><code>STRING</code></td><td>The file path to save the export</td></tr><tr><td><code>2</code></td><td><code>maxLines</code></td><td><code>STRING</code></td><td>Maximum number of lines<p><span class="default-title">Default: </span><code>all</code></p></td></tr><tr><td><code>3</code></td><td><code>lineTerminator</code></td><td><code>STRING</code></td><td>Indicates whether a line terminator; acceptable values: [yes/no]<p><span class="default-title">Default: </span><code>yes</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>yes</code></li><li><code>no</code></li></ul></p></td></tr><tr><td><code>4</code></td><td><code>delimiter</code></td><td><code>STRING</code></td><td>Value separator; eg ,<p><span class="default-title">Default: </span><code>,</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>\t</code></li><li><code>;</code></li><li><code>,</code></li><li><code> </code></li></ul></p></td></tr><tr><td><code>5</code></td><td><code>fileType</code></td><td><code>STRING</code></td><td>File type; eg CSV<p><span class="default-title">Default: </span><code>csv</code></p></td></tr><tr><td><code>6</code></td><td><code>channels</code></td><td><code>STRING</code></td><td>List of channels to export; eg "voltage:5v,current:12v" with the default set to "all"<p><span class="default-title">Default: </span><code>all</code></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Format: $save csv file path/file name ALL|Max lines per file yes/no ",", "\t", ";", " "</p><p>Argument file is optional and if not specified then a file name is assigned and of the form: </p><p>If no fileType file is specified then the following is assigned: .../path to recording directory/fileType+Export+yyyyMMddHHmmss.fileType</p><p>By default all channels are exported but can be filtered using argument "channel"</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#savecsv">$save csv</a></li><li><a href="#streamimport">$stream import</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
280
|
+
<hr/>
|
281
|
+
<div class="content-item"><h2><a name="streamimport">$stream import</a></h2><p class="version">Version 2</p><p>Imports from a given format</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>file</code></td><td><code>STRING</code></td><td>The file path to be imported</td></tr><tr><td><code>2</code></td><td><code>fileType</code></td><td><code>STRING</code></td><td>File type; eg CSV<p><span class="default-title">Default: </span><code>csv</code></p></td></tr><tr><td><code>3</code></td><td><code>delimiter</code></td><td><code>STRING</code></td><td>Value separator; eg ,<p><span class="default-title">Default: </span><code>,</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>\t</code></li><li><code>;</code></li><li><code>,</code></li><li><code> </code></li></ul></p></td></tr><tr><td><code>4</code></td><td><code>minTime</code></td><td><code>STRING</code></td><td>The minimum time value; eg 100mS. The default value of 0nS indicates reading from the start<p><span class="default-title">Default: </span><code>0nS</code></p></td></tr><tr><td><code>5</code></td><td><code>maxTime</code></td><td><code>STRING</code></td><td>The maximum time value; eg 800mS. The default value of -1nS indicates reading to the end<p><span class="default-title">Default: </span><code>-1nS</code></p></td></tr><tr><td><code>6</code></td><td><code>offsetTime</code></td><td><code>STRING</code></td><td>The offset time value; eg 10mS. The default value of 0nS indicates there is no offset<p><span class="default-title">Default: </span><code>0nS</code></p></td></tr><tr><td><code>7</code></td><td><code>channels</code></td><td><code>STRING</code></td><td>List of channels to import; eg "voltage:5v,current:12v" with the default set to "all"<p><span class="default-title">Default: </span><code>all</code></p></td></tr><tr><td><code>8</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Time format ["elapsed", "unix"]. The default is "elapsed"<p><span class="default-title">Default: </span><code>elapsed</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>elapsed</code></li><li><code>unix</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>The file must contain an extension that matches the one specified in fileType. This is used as a check.</p><div class="examples-title">Examples</div><p><code>$stream import file="C:\Temp\data.csv"</code></p><p><code>$stream import file="C:\Temp\data.csv" channels="voltage:12v,current:12v"</code></p><p><code>$stream import file="C:\Temp\data.csv" channels="voltage:12v,current:12v" minTime=1S maxTime=10S</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamexport">$stream export</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
282
|
+
<hr/>
|
283
|
+
<div class="content-item"><h2><a name="streamread">$stream read</a></h2><p class="version">Version 2</p><p>Reads data between from a given start time and either end time or number of records</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>startTime</code></td><td><code>INT</code></td><td>Start time</td></tr><tr><td><code>2</code></td><td><code>endTime</code></td><td><code>STRING</code></td><td>End time</td></tr><tr><td><code>3</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Time format ["elapsed", "unix"]. The default is "elapsed"<p><span class="default-title">Default: </span><code>elapsed</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>elapsed</code></li><li><code>unix</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Time can be either an elapsed time or Unix time, determined by the timeFormat argument which is set to elapsed time by default</p><div class="examples-title">Examples</div><p><code>$stream read 0 l100</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#read">$read</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
284
|
+
<hr/>
|
285
|
+
<div class="content-item"><h2><a name="streamrecord">$stream record</a></h2><p class="version">Version 2</p><p>Starts streaming</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>file</code></td><td><code>STRING</code></td><td>File specifier of the form /dir/dir/dir/recordingName. Any '\' characters are replaced with '/' character</td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#startstream">$start stream</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
286
|
+
<hr/>
|
287
|
+
<div class="content-item"><h2><a name="streamstatsexport">$stream stats export</a></h2><p class="version">Version 2</p><p>Saves the statistics to a given format</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>file</code></td><td><code>STRING</code></td><td>Single argument string specifying file path of form: *STREAM_DIR*+"statsGrid"+yyyyMMddHHmmss+".csv" - Path for data to be saved to.</td></tr><tr><td><code>2</code></td><td><code>fileType</code></td><td><code>STRING</code></td><td>Type of export file; eg .csv<p><span class="default-title">Default: </span><code>csv</code></p></td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#statstocsv">$stats to csv</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
288
|
+
<hr/>
|
289
|
+
<div class="content-item"><h2><a name="streamstatstable">$stream stats table</a></h2><p class="version">Version 2</p><p>Returns statistics</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>startTime</code></td><td><code>INT</code></td><td>Start time. Time format either a HMS or (time,unit) pair; eg 100mS</td></tr><tr><td><code>2</code></td><td><code>endTime</code></td><td><code>INT</code></td><td>End time. Time format either a HMS or (time,unit) pair; eg 100mS</td></tr><tr><td><code>3</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Time format ["elapsed", "unix"]. The default is "elapsed"<p><span class="default-title">Default: </span><code>elapsed</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>elapsed</code></li><li><code>unix</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Time can be either an elapsed time or Unix time, determined by the timeFormat argument which is set to elapsed time by default</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#getstats">$get stats</a></li><li><a href="#getcustomstatsrange">$get custom stats range</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
290
|
+
<hr/>
|
291
|
+
<div class="content-item"><h2><a name="streamstop">$stream stop</a></h2><p class="version">Version 2</p><p>Stops streaming</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#stopstream">$stop stream</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
292
|
+
<hr/>
|
293
|
+
<div class="content-item"><h2><a name="chartreposition">$chart reposition</a></h2><p class="version">Version 2</p><p>Sets the chart main view to the specified start and end times</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>startTime</code></td><td><code>STRING</code></td><td>Start time</td></tr><tr><td><code>2</code></td><td><code>endTime</code></td><td><code>STRING</code></td><td>End time</td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>Both the start and end times are specified as a time-unit pair; for example: 100mS</p><p>startTime > 0, endTime > 0 and startTime < endTime</p><div class="examples-title">Examples</div><p><code>$chart reposition 10S 20S</code></p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
294
|
+
<hr/>
|
295
|
+
<div class="content-item"><h2><a name="moduledisconnect">$module disconnect</a></h2><p class="version">Version 2</p><p>Disconnects the current connection</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#connect">$connect</a></li><li><a href="#moduleconnect">$module connect</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
296
|
+
<hr/>
|
297
|
+
<div class="content-item"><h2><a name="openrecording">$open recording</a></h2><p class="version">Version 2</p><p>Opens a recording</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>qpsFile</code></td><td><code>STRING</code></td><td>.qps file</td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$open recording qpsFile="C:\quarch\recordings\AC\AC_Gen_test\AC_Gen_Test.qps"</code></p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
298
|
+
<hr/>
|
299
|
+
<div class="content-item"><h2><a name="progresscheck">$progress check</a></h2><p class="version">Version 2</p><p>Checks the progress of a specific QPS task</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>task</code></td><td><code>STRING</code></td><td>The task to be checked<p><span class="acceptable-title">Acceptable Values</span><ul><li><code>open recording</code></li></ul></p></td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$progress check task="open recording"</code></p><p class="backlink"><a href="#index">Back to index</a></p></div>
|
300
|
+
<hr/>
|
301
|
+
<div class="content-item"><h2><a name="qisshutdown">$qis shutdown</a></h2><p class="version">Version 2</p><p>Shuts down current QIS instance</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#qislaunch">$qis launch</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
302
|
+
<hr/>
|
303
|
+
<div class="content-item"><h2><a name="qislaunch">$qis launch</a></h2><p class="version">Version 2</p><p>Launches new QIS instance</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#qisshutdown">$qis shutdown</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
304
|
+
<hr/>
|
305
|
+
<div class="content-item"><h2><a name="qpshide">$qps hide</a></h2><p class="version">Version 2</p><p>Hides the QPS application</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#qpsshow">$qps show</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
306
|
+
<hr/>
|
307
|
+
<div class="content-item"><h2><a name="qpsshow">$qps show</a></h2><p class="version">Version 2</p><p>Shows the QPS application</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#qpshide">$qps hide</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
308
|
+
<hr/>
|
309
|
+
<div class="content-item"><h2><a name="streamannotationslist">$stream annotations list</a></h2><p class="version">Version 2</p><p>Returns a list of all annotations</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>type</code></td><td><code>STRING</code></td><td>Specifies the type of annotations. Options: [all, annotations, comments]. The default is "all"<p><span class="default-title">Default: </span><code>all</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>all</code></li><li><code>annotations</code></li><li><code>comments</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>If the annotation text is empty then "Annotation ?" or "Comment ?" is used for annotations and comments respectively</p><p>Annotations are ordered by time since the start of recording</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamannotationstable">$stream annotations table</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
310
|
+
<hr/>
|
311
|
+
<div class="content-item"><h2><a name="streamannotationstable">$stream annotations table</a></h2><p class="version">Version 2</p><p>Returns a table of all annotations</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>type</code></td><td><code>STRING</code></td><td>Specifies the type of annotations. Options: [all, annotations, comments]. The default is "all"<p><span class="default-title">Default: </span><code>all</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>all</code></li><li><code>annotations</code></li><li><code>comments</code></li></ul></p></td></tr><tr><td><code>2</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Specifies the time format. Options: [nS, uS, mS, S, HMS]. The default is "S"<p><span class="default-title">Default: </span><code>S</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>nS</code></li><li><code>uS</code></li><li><code>mS</code></li><li><code>S</code></li><li><code>HMS</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>If the annotation text is empty then "Annotation ?" or "Comment ?" is used for annotations and comments respectively</p><p>Annotations are ordered by time since the start of recording</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamannotationslist">$stream annotations list</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
312
|
+
<hr/>
|
313
|
+
<div class="content-item"><h2><a name="streamstarttime">$stream start time</a></h2><p class="version">Version 2</p><p>Returns the time that streaming started</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Specifies the time format. Options: [nS, uS, mS, S, HMS]. The default is "S"<p><span class="default-title">Default: </span><code>S</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>nS</code></li><li><code>uS</code></li><li><code>mS</code></li><li><code>S</code></li><li><code>HMS</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>A value of -1 is returned if streaming has not commenced</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamstoptime">$stream stop time</a></li><li><a href="#streamrecordduration">$stream record duration</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
314
|
+
<hr/>
|
315
|
+
<div class="content-item"><h2><a name="streamstoptime">$stream stop time</a></h2><p class="version">Version 2</p><p>Returns the time that streaming stopped</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Specifies the time format. Options: [nS, uS, mS, S, HMS]. The default is "S"<p><span class="default-title">Default: </span><code>S</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>nS</code></li><li><code>uS</code></li><li><code>mS</code></li><li><code>S</code></li><li><code>HMS</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>A value of -1 is returned if streaming has not commenced</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamstarttime">$stream start time</a></li><li><a href="#streamrecordduration">$stream record duration</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
316
|
+
<hr/>
|
317
|
+
<div class="content-item"><h2><a name="streamrecordduration">$stream record duration</a></h2><p class="version">Version 2</p><p>Returns the total recording time</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>timeFormat</code></td><td><code>STRING</code></td><td>Specifies the time format. Options: [nS, uS, mS, S, HMS]. The default is "S"<p><span class="default-title">Default: </span><code>S</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>nS</code></li><li><code>uS</code></li><li><code>mS</code></li><li><code>S</code></li><li><code>HMS</code></li></ul></p></td></tr></tbody></table><br/><p><span class="notes-title">Notes: </span>A value of -1 is returned if streaming has not commenced</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamstarttime">$stream start time</a></li><li><a href="#streamstoptime">$stream stop time</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
318
|
+
<hr/>
|
319
|
+
<div class="content-item"><h2><a name="streamchannellist">$stream channel list</a></h2><p class="version">Version 2</p><p>Returns a list of created channels</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channelType</code></td><td><code>STRING</code></td><td>Defines the user or synthetic channel. Options: [all, user, synthetic]. The default is "all"<p><span class="default-title">Default: </span><code>all</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>all</code></li><li><code>user</code></li><li><code>synthetic</code></li></ul></p></td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamchanneltable">$stream channel table</a></li><li><a href="#streamchannelclearsynthetic">$stream channel clear synthetic</a></li><li><a href="#streamchanneladdsynthetic">$stream channel add synthetic</a></li><li><a href="#streamchannelremovesynthetic">$stream channel remove synthetic</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
320
|
+
<hr/>
|
321
|
+
<div class="content-item"><h2><a name="streamchanneltable">$stream channel table</a></h2><p class="version">Version 2</p><p>Returns XML of function definitions</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channelType</code></td><td><code>STRING</code></td><td>Defines the user or synthetic channel. Options: [all, user, synthetic]. The default is "all"<p><span class="default-title">Default: </span><code>all</code></p><p><span class="acceptable-title">Acceptable Values</span><ul><li><code>all</code></li><li><code>user</code></li><li><code>synthetic</code></li></ul></p></td></tr></tbody></table><br/><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamchannellist">$stream channel list</a></li><li><a href="#streamchannelclearsynthetic">$stream channel clear synthetic</a></li><li><a href="#streamchanneladdsynthetic">$stream channel add synthetic</a></li><li><a href="#streamchannelremovesynthetic">$stream channel remove synthetic</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
322
|
+
<hr/>
|
323
|
+
<div class="content-item"><h2><a name="streamchannelclearsynthetic">$stream channel clear synthetic</a></h2><p class="version">Version 2</p><p>Clears all created functions</p><p>No arguments</p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamchannellist">$stream channel list</a></li><li><a href="#streamchanneltable">$stream channel table</a></li><li><a href="#streamchanneladdsynthetic">$stream channel add synthetic</a></li><li><a href="#streamchannelremovesynthetic">$stream channel remove synthetic</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
324
|
+
<hr/>
|
325
|
+
<div class="content-item"><h2><a name="streamchanneladdsynthetic">$stream channel add synthetic</a></h2><p class="version">Version 2</p><p>Defines a new channel function</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channel</code></td><td><code>STRING</code></td><td>Defines the synthetic channel</td></tr><tr><td><code>2</code></td><td><code>function</code></td><td><code>STRING</code></td><td>Specifies the synthetic function</td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$stream channel add synthetic channel="chan(L1_RMS,V)" function="rms(100ms, chan(L1,V))"</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamchannellist">$stream channel list</a></li><li><a href="#streamchanneltable">$stream channel table</a></li><li><a href="#streamchannelclearsynthetic">$stream channel clear synthetic</a></li><li><a href="#streamchannelremovesynthetic">$stream channel remove synthetic</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
326
|
+
<hr/>
|
327
|
+
<div class="content-item"><h2><a name="streamchannelremovesynthetic">$stream channel remove synthetic</a></h2><p class="version">Version 2</p><p>Deletes a previously created channel function</p><table><thead><tr><th>#</th><th>Argument</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>1</code></td><td><code>channel</code></td><td><code>STRING</code></td><td>Specifies the synthetic channel</td></tr></tbody></table><br/><div class="examples-title">Examples</div><p><code>$stream channel remove synthetic channel="chan(L1_RMS,V)"</code></p><div class="see-also-title">See also</div><div class="see-also"><ul><li><a href="#streamchannellist">$stream channel list</a></li><li><a href="#streamchanneltable">$stream channel table</a></li><li><a href="#streamchannelclearsynthetic">$stream channel clear synthetic</a></li><li><a href="#streamchanneladdsynthetic">$stream channel add synthetic</a></li></ul></div><p class="backlink"><a href="#index">Back to index</a></p></div>
|
328
|
+
<hr/>
|
329
|
+
</div>
|
330
|
+
</body>
|
331
|
+
</html>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|