quarchpy 2.1.20.dev1__py2.py3-none-any.whl → 2.1.20.dev3__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/.idea/.name +1 -1
- quarchpy/.idea/inspectionProfiles/Project_Default.xml +26 -0
- quarchpy/.idea/modules.xml +0 -1
- quarchpy/.idea/quarchpy.iml +1 -4
- quarchpy/.idea/workspace.xml +25 -230
- 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/_version.py +1 -1
- quarchpy/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
- quarchpy/connection_specific/QPS/qis/help.txt +12 -4
- quarchpy/connection_specific/QPS/qis/qis.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/CInterface-1.7.8.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/Collections-2.4.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/Desktop-1.1.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/Executor-3.13.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/JNA-1.2.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/OS-1.8.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/QuarchCommon-0.2.9.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/SystemTray-4.4.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/Updates-1.1.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/Utilities-1.46.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/commons-csv-1.8.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/javassist-3.29.2-GA.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/jna-jpms-5.12.1.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/jna-platform-jpms-5.12.1.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/kotlin-stdlib-1.9.21.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/slf4j-api-2.0.9.jar +0 -0
- quarchpy/connection_specific/QPS/qis/qis_lib/slf4j-simple-2.0.9.jar +0 -0
- quarchpy/connection_specific/QPS/qis/resources/filters/Example.txt +36 -0
- quarchpy/connection_specific/QPS/qis/resources/filters/filters.csv +1004 -0
- quarchpy/connection_specific/QPS/qis/resources/filters/iec_filters.xml +26 -0
- quarchpy/connection_specific/QPS/qis/resources/filters/iec_filters.xml.bak +26 -0
- quarchpy/connection_specific/QPS/qps.jar +0 -0
- quarchpy/connection_specific/QPS/qps_lib/QuarchCommon-0.2.9.jar +0 -0
- quarchpy/connection_specific/QPS/qps_lib/commons-lang3-3.12.0.jar +0 -0
- quarchpy/connection_specific/QPS/qps_lib/opencsv-5.9.jar +0 -0
- quarchpy/connection_specific/QPS/qps_lib/qis-1.40.jar +0 -0
- quarchpy/connection_specific/QPS/scriptCommands.txt +2 -2
- quarchpy/connection_specific/__pycache__/StreamChannels.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_QIS.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_QPS.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_ReST.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_Serial.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_TCP.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_Telnet.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_USB.cpython-311.pyc +0 -0
- quarchpy/connection_specific/__pycache__/connection_mDNS.cpython-311.pyc +0 -0
- quarchpy/connection_specific/connection_QIS.py +5 -3
- quarchpy/connection_specific/connection_QIS.py.bak +1738 -0
- quarchpy/connection_specific/serial/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/serialutil.cpython-311.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/serialwin32.cpython-311.pyc +0 -0
- quarchpy/connection_specific/serial/__pycache__/win32.cpython-311.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports.cpython-311.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports_common.cpython-311.pyc +0 -0
- quarchpy/connection_specific/serial/tools/__pycache__/list_ports_windows.cpython-311.pyc +0 -0
- quarchpy/connection_specific/usb_libs/__pycache__/libusb1.cpython-311.pyc +0 -0
- quarchpy/connection_specific/usb_libs/__pycache__/usb1.cpython-311.pyc +0 -0
- quarchpy/debug/TextScanIP.py +11 -0
- quarchpy/debug/__pycache__/SystemTest.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/module_debug.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/simple_terminal.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/upgrade_quarchpy.cpython-311.pyc +0 -0
- quarchpy/debug/__pycache__/versionCompare.cpython-311.pyc +0 -0
- quarchpy/debug/simple_terminal.py +29 -25
- quarchpy/device/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/device/__pycache__/device.cpython-311.pyc +0 -0
- quarchpy/device/__pycache__/quarchArray.cpython-311.pyc +0 -0
- quarchpy/device/__pycache__/quarchPPM.cpython-311.pyc +0 -0
- quarchpy/device/__pycache__/quarchQPS.cpython-311.pyc +0 -0
- quarchpy/device/__pycache__/scanDevices.cpython-311.pyc +0 -0
- quarchpy/device/device.py.bak +504 -0
- quarchpy/device/quarchPPM.py.bak +67 -0
- quarchpy/device/quarchQPS.py.bak +396 -0
- quarchpy/device/scanDevices.py +78 -86
- quarchpy/device/scanDevices.py.bak +126 -106
- quarchpy/disk_test/__pycache__/AbsDiskFinder.cpython-311.pyc +0 -0
- quarchpy/disk_test/__pycache__/DiskTargetSelection.cpython-311.pyc +0 -0
- quarchpy/disk_test/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/disk_test/__pycache__/iometerDiskFinder.cpython-311.pyc +0 -0
- quarchpy/docs/CHANGES.rst +10 -0
- quarchpy/docs/CHANGES.rst.bak +364 -0
- quarchpy/docs/_build/doctrees/CHANGES.doctree +0 -0
- quarchpy/docs/_build/doctrees/environment.pickle +0 -0
- quarchpy/docs/_build/doctrees/source/changelog.doctree +0 -0
- quarchpy/docs/_build/doctrees/source/quarchpy.fio.doctree +0 -0
- quarchpy/docs/_build/html/CHANGES.html +121 -113
- quarchpy/docs/_build/html/_sources/CHANGES.rst.txt +6 -1
- quarchpy/docs/_build/html/_static/alabaster.css +14 -9
- quarchpy/docs/_build/html/_static/basic.css +1 -1
- quarchpy/docs/_build/html/_static/pygments.css +1 -1
- quarchpy/docs/_build/html/genindex.html +9 -27
- quarchpy/docs/_build/html/index.html +62 -60
- quarchpy/docs/_build/html/objects.inv +0 -0
- quarchpy/docs/_build/html/py-modindex.html +7 -11
- quarchpy/docs/_build/html/readme.html +7 -6
- quarchpy/docs/_build/html/search.html +7 -6
- quarchpy/docs/_build/html/searchindex.js +1 -1
- quarchpy/docs/_build/html/source/changelog.html +176 -167
- quarchpy/docs/_build/html/source/licenses.html +7 -6
- quarchpy/docs/_build/html/source/modules.html +8 -7
- quarchpy/docs/_build/html/source/quarchpy.calibration.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.config_files.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.connection_specific.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.debug.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.device.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.disk_test.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.fio.html +9 -34
- quarchpy/docs/_build/html/source/quarchpy.html +8 -16
- quarchpy/docs/_build/html/source/quarchpy.iometer.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.qis.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.qps.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.user_interface.html +7 -6
- quarchpy/docs/_build/html/source/quarchpy.utilities.html +7 -6
- quarchpy/docs/_build/html/source/readme.html +7 -6
- quarchpy/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
- quarchpy/fio/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/fio/__pycache__/fioDiskFinder.cpython-311.pyc +0 -0
- quarchpy/iometer/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/iometer/__pycache__/gen_iometer_template.cpython-311.pyc +0 -0
- quarchpy/iometer/__pycache__/iometerFuncs.cpython-311.pyc +0 -0
- quarchpy/qis/__pycache__/StreamHeaderInfo.cpython-311.pyc +0 -0
- quarchpy/qis/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/qis/__pycache__/qisFuncs.cpython-311.pyc +0 -0
- quarchpy/qis/qisFuncs.py +48 -14
- quarchpy/qps/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
- quarchpy/qps/qpsFuncs.py.bak +28 -68
- quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/user_interface/__pycache__/user_interface.cpython-311.pyc +0 -0
- quarchpy/user_interface/user_interface.py.bak +749 -0
- quarchpy/utilities/TestCenter.py.bak +150 -0
- quarchpy/utilities/__pycache__/BitManipulation.cpython-311.pyc +0 -0
- quarchpy/utilities/__pycache__/TestCenter.cpython-311.pyc +0 -0
- quarchpy/utilities/__pycache__/TimeValue.cpython-311.pyc +0 -0
- quarchpy/utilities/__pycache__/Version.cpython-311.pyc +0 -0
- quarchpy/utilities/__pycache__/__init__.cpython-311.pyc +0 -0
- {quarchpy-2.1.20.dev1.dist-info → quarchpy-2.1.20.dev3.dist-info}/METADATA +11 -1
- {quarchpy-2.1.20.dev1.dist-info → quarchpy-2.1.20.dev3.dist-info}/RECORD +147 -115
- quarchpy/_version.py.bak +0 -1
- quarchpy/connection_specific/connection_mDNS.py.bak +0 -48
- quarchpy/debug/SystemTest.py.bak +0 -188
- quarchpy/fio/FIO_interface.py.bak +0 -322
- quarchpy/run.py.bak +0 -283
- {quarchpy-2.1.20.dev1.dist-info → quarchpy-2.1.20.dev3.dist-info}/WHEEL +0 -0
- {quarchpy-2.1.20.dev1.dist-info → quarchpy-2.1.20.dev3.dist-info}/top_level.txt +0 -0
quarchpy/.idea/.name
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
_version.py
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<component name="InspectionProjectProfileManager">
|
2
|
+
<profile version="1.0">
|
3
|
+
<option name="myName" value="Project Default" />
|
4
|
+
<inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
5
|
+
<option name="ignoredErrors">
|
6
|
+
<list>
|
7
|
+
<option value="E501" />
|
8
|
+
</list>
|
9
|
+
</option>
|
10
|
+
</inspection_tool>
|
11
|
+
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
12
|
+
<option name="ignoredErrors">
|
13
|
+
<list>
|
14
|
+
<option value="N806" />
|
15
|
+
</list>
|
16
|
+
</option>
|
17
|
+
</inspection_tool>
|
18
|
+
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
19
|
+
<option name="ignoredIdentifiers">
|
20
|
+
<list>
|
21
|
+
<option value="MainTests.standardErrors.qisPath" />
|
22
|
+
</list>
|
23
|
+
</option>
|
24
|
+
</inspection_tool>
|
25
|
+
</profile>
|
26
|
+
</component>
|
quarchpy/.idea/modules.xml
CHANGED
@@ -2,7 +2,6 @@
|
|
2
2
|
<project version="4">
|
3
3
|
<component name="ProjectModuleManager">
|
4
4
|
<modules>
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/../../../../Application Notes/.idea/Application Notes.iml" filepath="$PROJECT_DIR$/../../../../Application Notes/.idea/Application Notes.iml" />
|
6
5
|
<module fileurl="file://$PROJECT_DIR$/.idea/quarchpy.iml" filepath="$PROJECT_DIR$/.idea/quarchpy.iml" />
|
7
6
|
</modules>
|
8
7
|
</component>
|
quarchpy/.idea/quarchpy.iml
CHANGED
@@ -1,12 +1,9 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<module type="PYTHON_MODULE" version="4">
|
3
3
|
<component name="NewModuleRootManager">
|
4
|
-
<content url="file://$MODULE_DIR$"
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
6
|
-
</content>
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
7
5
|
<orderEntry type="jdk" jdkName="Python 3.11" jdkType="Python SDK" />
|
8
6
|
<orderEntry type="sourceFolder" forTests="false" />
|
9
|
-
<orderEntry type="module" module-name="Application Notes" />
|
10
7
|
</component>
|
11
8
|
<component name="PyDocumentationSettings">
|
12
9
|
<option name="format" value="PLAIN" />
|
quarchpy/.idea/workspace.xml
CHANGED
@@ -4,140 +4,36 @@
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
5
5
|
</component>
|
6
6
|
<component name="ChangeListManager">
|
7
|
-
<list default="true" id="
|
7
|
+
<list default="true" id="3ba9d2b0-71c7-4bef-9ac3-d0e4f29a540a" name="Changes" comment="" />
|
8
8
|
<option name="SHOW_DIALOG" value="false" />
|
9
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
10
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
11
11
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
12
12
|
</component>
|
13
|
-
<component name="
|
14
|
-
<
|
15
|
-
|
16
|
-
<option value="Python Script" />
|
17
|
-
</list>
|
18
|
-
</option>
|
13
|
+
<component name="HighlightingSettingsPerFile">
|
14
|
+
<setting file="file://C:/Python311/Lib/site-packages/quarchpy/device/scanDevices.py" root0="FORCE_HIGHLIGHTING" />
|
15
|
+
<setting file="file://C:/Python311/Lib/site-packages/quarchpy/qps/qpsFuncs.py" root0="FORCE_HIGHLIGHTING" />
|
19
16
|
</component>
|
20
|
-
<component name="ProjectId" id="
|
17
|
+
<component name="ProjectId" id="2SYThamdWlJ9hM6l3bfoYU6V1vJ" />
|
21
18
|
<component name="ProjectViewState">
|
22
19
|
<option name="hideEmptyMiddlePackages" value="true" />
|
23
20
|
<option name="showLibraryContents" value="true" />
|
24
21
|
</component>
|
25
|
-
<component name="PropertiesComponent"
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
"settings.editor.selected.configurable": "diff.base"
|
30
|
-
},
|
31
|
-
"keyToStringList": {
|
32
|
-
"com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
|
33
|
-
"Python"
|
34
|
-
]
|
22
|
+
<component name="PropertiesComponent">{
|
23
|
+
"keyToString": {
|
24
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
25
|
+
"settings.editor.selected.configurable": "editor.reader.mode"
|
35
26
|
}
|
36
|
-
}
|
37
|
-
<component name="PyConsoleOptionsProvider">
|
38
|
-
<option name="myPythonConsoleState">
|
39
|
-
<console-settings module-name="quarchpy" is-module-sdk="true">
|
40
|
-
<option name="myUseModuleSdk" value="true" />
|
41
|
-
<option name="myModuleName" value="quarchpy" />
|
42
|
-
</console-settings>
|
43
|
-
</option>
|
44
|
-
</component>
|
27
|
+
}</component>
|
45
28
|
<component name="RecentsManager">
|
46
|
-
<key name="CopyFile.RECENT_KEYS">
|
47
|
-
<recent name="P:\Software\Application Notes\AN-015 - Automating with QPS\Trunk" />
|
48
|
-
<recent name="P:\Software\Application Notes\AN-017 - QPS performance test with FIO\Trunk" />
|
49
|
-
<recent name="C:\Users\sboon\AppData\Roaming\JetBrains\PyCharmCE2023.1\scratches" />
|
50
|
-
</key>
|
51
29
|
<key name="MoveFile.RECENT_KEYS">
|
30
|
+
<recent name="P:\Software\Python\QuarchPy\Trunk\quarchpy\device" />
|
52
31
|
<recent name="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
|
32
|
+
<recent name="P:\Software\Python\QuarchPy\Trunk\quarchpy\debug" />
|
53
33
|
</key>
|
54
34
|
</component>
|
55
|
-
<component name="RunManager"
|
56
|
-
<configuration name="
|
57
|
-
<module name="Application Notes" />
|
58
|
-
<option name="INTERPRETER_OPTIONS" value="" />
|
59
|
-
<option name="PARENT_ENVS" value="true" />
|
60
|
-
<envs>
|
61
|
-
<env name="PYTHONUNBUFFERED" value="1" />
|
62
|
-
</envs>
|
63
|
-
<option name="SDK_HOME" value="" />
|
64
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../../../../Application Notes/AN-015 - Automating with QPS/Trunk" />
|
65
|
-
<option name="IS_MODULE_SDK" value="true" />
|
66
|
-
<option name="ADD_CONTENT_ROOTS" value="true" />
|
67
|
-
<option name="ADD_SOURCE_ROOTS" value="true" />
|
68
|
-
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/../../../../Application Notes/AN-015 - Automating with QPS/Trunk/QPSHelpReader.py" />
|
69
|
-
<option name="PARAMETERS" value="" />
|
70
|
-
<option name="SHOW_COMMAND_LINE" value="false" />
|
71
|
-
<option name="EMULATE_TERMINAL" value="false" />
|
72
|
-
<option name="MODULE_MODE" value="false" />
|
73
|
-
<option name="REDIRECT_INPUT" value="false" />
|
74
|
-
<option name="INPUT_FILE" value="" />
|
75
|
-
<method v="2" />
|
76
|
-
</configuration>
|
77
|
-
<configuration name="QisStreamExample" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
78
|
-
<module name="Application Notes" />
|
79
|
-
<option name="INTERPRETER_OPTIONS" value="" />
|
80
|
-
<option name="PARENT_ENVS" value="true" />
|
81
|
-
<envs>
|
82
|
-
<env name="PYTHONUNBUFFERED" value="1" />
|
83
|
-
</envs>
|
84
|
-
<option name="SDK_HOME" value="" />
|
85
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../../../../Application Notes/AN-012 - Python Control of Power Modules via QIS/Trunk" />
|
86
|
-
<option name="IS_MODULE_SDK" value="true" />
|
87
|
-
<option name="ADD_CONTENT_ROOTS" value="true" />
|
88
|
-
<option name="ADD_SOURCE_ROOTS" value="true" />
|
89
|
-
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/../../../../Application Notes/AN-012 - Python Control of Power Modules via QIS/Trunk/QisStreamExample.py" />
|
90
|
-
<option name="PARAMETERS" value="" />
|
91
|
-
<option name="SHOW_COMMAND_LINE" value="false" />
|
92
|
-
<option name="EMULATE_TERMINAL" value="false" />
|
93
|
-
<option name="MODULE_MODE" value="false" />
|
94
|
-
<option name="REDIRECT_INPUT" value="false" />
|
95
|
-
<option name="INPUT_FILE" value="" />
|
96
|
-
<method v="2" />
|
97
|
-
</configuration>
|
98
|
-
<configuration name="performanceTestFIO" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
99
|
-
<module name="Application Notes" />
|
100
|
-
<option name="INTERPRETER_OPTIONS" value="" />
|
101
|
-
<option name="PARENT_ENVS" value="true" />
|
102
|
-
<envs>
|
103
|
-
<env name="PYTHONUNBUFFERED" value="1" />
|
104
|
-
</envs>
|
105
|
-
<option name="SDK_HOME" value="" />
|
106
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/../../../../Application Notes/AN-017 - QPS performance test with FIO/Trunk" />
|
107
|
-
<option name="IS_MODULE_SDK" value="true" />
|
108
|
-
<option name="ADD_CONTENT_ROOTS" value="true" />
|
109
|
-
<option name="ADD_SOURCE_ROOTS" value="true" />
|
110
|
-
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/../../../../Application Notes/AN-017 - QPS performance test with FIO/Trunk/performanceTestFIO.py" />
|
111
|
-
<option name="PARAMETERS" value="" />
|
112
|
-
<option name="SHOW_COMMAND_LINE" value="false" />
|
113
|
-
<option name="EMULATE_TERMINAL" value="false" />
|
114
|
-
<option name="MODULE_MODE" value="false" />
|
115
|
-
<option name="REDIRECT_INPUT" value="false" />
|
116
|
-
<option name="INPUT_FILE" value="" />
|
117
|
-
<method v="2" />
|
118
|
-
</configuration>
|
119
|
-
<configuration name="qisFuncs" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
120
|
-
<module name="quarchpy" />
|
121
|
-
<option name="INTERPRETER_OPTIONS" value="" />
|
122
|
-
<option name="PARENT_ENVS" value="true" />
|
123
|
-
<envs>
|
124
|
-
<env name="PYTHONUNBUFFERED" value="1" />
|
125
|
-
</envs>
|
126
|
-
<option name="SDK_HOME" value="" />
|
127
|
-
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/qis" />
|
128
|
-
<option name="IS_MODULE_SDK" value="true" />
|
129
|
-
<option name="ADD_CONTENT_ROOTS" value="true" />
|
130
|
-
<option name="ADD_SOURCE_ROOTS" value="true" />
|
131
|
-
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/qis/qisFuncs.py" />
|
132
|
-
<option name="PARAMETERS" value="" />
|
133
|
-
<option name="SHOW_COMMAND_LINE" value="false" />
|
134
|
-
<option name="EMULATE_TERMINAL" value="false" />
|
135
|
-
<option name="MODULE_MODE" value="false" />
|
136
|
-
<option name="REDIRECT_INPUT" value="false" />
|
137
|
-
<option name="INPUT_FILE" value="" />
|
138
|
-
<method v="2" />
|
139
|
-
</configuration>
|
140
|
-
<configuration name="run (2)" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
35
|
+
<component name="RunManager">
|
36
|
+
<configuration name="run" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
141
37
|
<module name="quarchpy" />
|
142
38
|
<option name="INTERPRETER_OPTIONS" value="" />
|
143
39
|
<option name="PARENT_ENVS" value="true" />
|
@@ -150,7 +46,7 @@
|
|
150
46
|
<option name="ADD_CONTENT_ROOTS" value="true" />
|
151
47
|
<option name="ADD_SOURCE_ROOTS" value="true" />
|
152
48
|
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/run.py" />
|
153
|
-
<option name="PARAMETERS" value="" />
|
49
|
+
<option name="PARAMETERS" value="qps" />
|
154
50
|
<option name="SHOW_COMMAND_LINE" value="false" />
|
155
51
|
<option name="EMULATE_TERMINAL" value="false" />
|
156
52
|
<option name="MODULE_MODE" value="false" />
|
@@ -160,22 +56,18 @@
|
|
160
56
|
</configuration>
|
161
57
|
<recent_temporary>
|
162
58
|
<list>
|
163
|
-
<item itemvalue="Python.
|
164
|
-
<item itemvalue="Python.QisStreamExample" />
|
165
|
-
<item itemvalue="Python.run (2)" />
|
166
|
-
<item itemvalue="Python.performanceTestFIO" />
|
167
|
-
<item itemvalue="Python.qisFuncs" />
|
59
|
+
<item itemvalue="Python.run" />
|
168
60
|
</list>
|
169
61
|
</recent_temporary>
|
170
62
|
</component>
|
171
63
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
172
64
|
<component name="TaskManager">
|
173
65
|
<task active="true" id="Default" summary="Default task">
|
174
|
-
<changelist id="
|
175
|
-
<created>
|
66
|
+
<changelist id="3ba9d2b0-71c7-4bef-9ac3-d0e4f29a540a" name="Changes" comment="" />
|
67
|
+
<created>1689322635801</created>
|
176
68
|
<option name="number" value="Default" />
|
177
69
|
<option name="presentableId" value="Default" />
|
178
|
-
<updated>
|
70
|
+
<updated>1689322635801</updated>
|
179
71
|
</task>
|
180
72
|
<servers />
|
181
73
|
</component>
|
@@ -183,113 +75,16 @@
|
|
183
75
|
<breakpoint-manager>
|
184
76
|
<breakpoints>
|
185
77
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
186
|
-
<url>file://$PROJECT_DIR$/
|
187
|
-
<line>
|
188
|
-
<option name="timeStamp" value="
|
189
|
-
</line-breakpoint>
|
190
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
191
|
-
<url>file://$PROJECT_DIR$/debug/SystemTest.py</url>
|
192
|
-
<line>52</line>
|
193
|
-
<option name="timeStamp" value="8" />
|
194
|
-
</line-breakpoint>
|
195
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
196
|
-
<url>file://$PROJECT_DIR$/../../../../../../Python311/Lib/site-packages/quarchpy/device/quarchPPM.py</url>
|
197
|
-
<line>31</line>
|
198
|
-
<option name="timeStamp" value="10" />
|
199
|
-
</line-breakpoint>
|
200
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
201
|
-
<url>file://$APPLICATION_CONFIG_DIR$/scratches/quarchpy/device/quarchPPM.py</url>
|
202
|
-
<line>31</line>
|
203
|
-
<option name="timeStamp" value="12" />
|
204
|
-
</line-breakpoint>
|
205
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
206
|
-
<url>file://$APPLICATION_CONFIG_DIR$/scratches/quarchpy/connection_specific/connection_QIS.py</url>
|
207
|
-
<line>1601</line>
|
208
|
-
<option name="timeStamp" value="15" />
|
209
|
-
</line-breakpoint>
|
210
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
211
|
-
<url>file://$APPLICATION_CONFIG_DIR$/scratches/quarchpy/connection_specific/connection_QIS.py</url>
|
212
|
-
<line>1592</line>
|
213
|
-
<option name="timeStamp" value="16" />
|
214
|
-
</line-breakpoint>
|
215
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
216
|
-
<url>file://$PROJECT_DIR$/device/quarchQPS.py</url>
|
217
|
-
<line>398</line>
|
218
|
-
<option name="timeStamp" value="23" />
|
219
|
-
</line-breakpoint>
|
220
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
221
|
-
<url>file://$PROJECT_DIR$/connection_specific/connection_QPS.py</url>
|
222
|
-
<line>57</line>
|
223
|
-
<option name="timeStamp" value="25" />
|
224
|
-
</line-breakpoint>
|
225
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
226
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-012 - Python Control of Power Modules via QIS/Trunk/testImport.py</url>
|
227
|
-
<line>8</line>
|
228
|
-
<option name="timeStamp" value="26" />
|
229
|
-
</line-breakpoint>
|
230
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
231
|
-
<url>file://$PROJECT_DIR$/../../Branches/J21ReleaseBranch/quarchpy/run.py</url>
|
232
|
-
<line>209</line>
|
233
|
-
<option name="timeStamp" value="28" />
|
234
|
-
</line-breakpoint>
|
235
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
236
|
-
<url>file://C:/Python311/Lib/site-packages/quarchpy/run.py</url>
|
237
|
-
<line>8</line>
|
238
|
-
<option name="timeStamp" value="39" />
|
239
|
-
</line-breakpoint>
|
240
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
241
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-017 - QPS performance test with FIO/Trunk/TestQPSLaunch.py</url>
|
242
|
-
<line>66</line>
|
243
|
-
<option name="timeStamp" value="41" />
|
244
|
-
</line-breakpoint>
|
245
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
246
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-012 - Python Control of Power Modules via QIS/Trunk/QisStreamExample.py</url>
|
247
|
-
<line>149</line>
|
248
|
-
<option name="timeStamp" value="42" />
|
249
|
-
</line-breakpoint>
|
250
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
251
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-012 - Python Control of Power Modules via QIS/Trunk/QisStreamExample.py</url>
|
252
|
-
<line>200</line>
|
253
|
-
<option name="timeStamp" value="43" />
|
254
|
-
</line-breakpoint>
|
255
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
256
|
-
<url>file://$PROJECT_DIR$/run.py</url>
|
257
|
-
<line>217</line>
|
258
|
-
<option name="timeStamp" value="45" />
|
259
|
-
</line-breakpoint>
|
260
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
261
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-017 - QPS performance test with FIO/Trunk/performanceTestFIO.py</url>
|
262
|
-
<line>252</line>
|
263
|
-
<option name="timeStamp" value="66" />
|
264
|
-
</line-breakpoint>
|
265
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
266
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-017 - QPS performance test with FIO/Trunk/performanceTestFIO.py</url>
|
267
|
-
<line>246</line>
|
268
|
-
<option name="timeStamp" value="67" />
|
269
|
-
</line-breakpoint>
|
270
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
271
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-017 - QPS performance test with FIO/Trunk/performanceTestFIO.py</url>
|
272
|
-
<line>244</line>
|
273
|
-
<option name="timeStamp" value="68" />
|
274
|
-
</line-breakpoint>
|
275
|
-
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
276
|
-
<url>file://$PROJECT_DIR$/../../../../Application Notes/AN-015 - Automating with QPS/Trunk/QPSHelpReader.py</url>
|
277
|
-
<line>68</line>
|
278
|
-
<option name="timeStamp" value="81" />
|
78
|
+
<url>file://$PROJECT_DIR$/qps/qpsFuncs.py</url>
|
79
|
+
<line>83</line>
|
80
|
+
<option name="timeStamp" value="1" />
|
279
81
|
</line-breakpoint>
|
280
82
|
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
281
|
-
<url>file://$PROJECT_DIR
|
282
|
-
<line>
|
283
|
-
<option name="timeStamp" value="
|
83
|
+
<url>file://$PROJECT_DIR$/qps/qpsFuncs.py</url>
|
84
|
+
<line>69</line>
|
85
|
+
<option name="timeStamp" value="2" />
|
284
86
|
</line-breakpoint>
|
285
87
|
</breakpoints>
|
286
|
-
<default-breakpoints>
|
287
|
-
<breakpoint type="python-exception">
|
288
|
-
<properties notifyOnTerminate="true" exception="BaseException">
|
289
|
-
<option name="notifyOnTerminate" value="true" />
|
290
|
-
</properties>
|
291
|
-
</breakpoint>
|
292
|
-
</default-breakpoints>
|
293
88
|
</breakpoint-manager>
|
294
89
|
</component>
|
295
90
|
</project>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
quarchpy/_version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.1.20.
|
1
|
+
__version__ = "2.1.20.dev3"
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
(C)Quarch Technology Ltd 2023, QIS v1.
|
1
|
+
(C)Quarch Technology Ltd 2023, QIS v1.39
|
2
2
|
|
3
3
|
qis:
|
4
4
|
|
@@ -190,6 +190,12 @@ $ Commands internal to qis:
|
|
190
190
|
|
191
191
|
$version
|
192
192
|
Returns QIS version number
|
193
|
+
|
194
|
+
$get filters
|
195
|
+
Returns name and sample rate of the loaded filter sets.
|
196
|
+
|
197
|
+
$load filter [directory path]
|
198
|
+
Loads all filter XML files found in the provided directory path - XML files must follow the standard layout.
|
193
199
|
|
194
200
|
Non $ Commands internal to qis:
|
195
201
|
|
@@ -555,7 +561,7 @@ The currently supported synthetic channel functions are:
|
|
555
561
|
|
556
562
|
rms
|
557
563
|
The effective value of a sinusoidal waveform which gives the same heating effect as an equivalent DC supply.
|
558
|
-
|
564
|
+
sineWave
|
559
565
|
A test function generating a sine wave based on the supplied parameters.
|
560
566
|
frequency
|
561
567
|
The frequency of the signal specified by the source channel.
|
@@ -569,9 +575,11 @@ The currently supported synthetic channel functions are:
|
|
569
575
|
The actual power which is transferred to the load / dissipated in the circuit.
|
570
576
|
pReactive
|
571
577
|
Power absorbed by and returned from the load due to its reactive properties.
|
572
|
-
|
578
|
+
powerFactor
|
573
579
|
The ratio of the real power absorbed by the load to the apparent power flowing in the circuit.
|
574
|
-
|
580
|
+
crestFactor
|
581
|
+
The ratio of peak value to RMS value over the specified time window.
|
582
|
+
sum
|
575
583
|
The sum of the specified channels.
|
576
584
|
|
577
585
|
Each of the above functions have differing arguments and return value and the best source of reference for each function's
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<filters>
|
3
|
+
<Header>
|
4
|
+
<!-- Version of the XML document -->
|
5
|
+
<Version>1.0</Version>
|
6
|
+
|
7
|
+
<!-- Name of the filter set -->
|
8
|
+
<Name>EXAMPLE_FILTERS</Name>
|
9
|
+
|
10
|
+
<!-- Description of the filter set -->
|
11
|
+
<Desc>This is an example of the XML layout for the filter XML files.</Desc>
|
12
|
+
</Header>
|
13
|
+
<!-- Example filter definition -->
|
14
|
+
<filter>
|
15
|
+
<!-- Provide a unique name for this filter with the format - FilterType_Frequency e.g. LowPass_100Hz -->
|
16
|
+
<name>FilterType_Frequency</name>
|
17
|
+
|
18
|
+
<!-- Description of the filter -->
|
19
|
+
<desc>This is a good description</desc>
|
20
|
+
|
21
|
+
<!-- Set the sample rate of the filter set -->
|
22
|
+
<sampleRate>125us</sampleRate>
|
23
|
+
|
24
|
+
<!-- Set the number of coefficient values here -->
|
25
|
+
<count>5</count>
|
26
|
+
|
27
|
+
<!-- Add up to 1000 comma-separated coefficient values -->
|
28
|
+
<values>
|
29
|
+
0.1,0.2,0.3,0.4,0.5
|
30
|
+
</values>
|
31
|
+
</filter>
|
32
|
+
-->
|
33
|
+
</filters>
|
34
|
+
<!--
|
35
|
+
End of Example XML snippet
|
36
|
+
-->
|