quarchpy 2.1.14.dev1__py2.py3-none-any.whl → 2.1.14.dev2__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/modules.xml +1 -0
- quarchpy/.idea/quarchpy.iml +4 -1
- quarchpy/.idea/workspace.xml +149 -11
- quarchpy/_version.py +1 -1
- quarchpy/connection_specific/connection_QIS.py +213 -315
- quarchpy/connection_specific/connection_QIS.py.bak +253 -357
- quarchpy/connection_specific/connection_TCP.py +1 -1
- quarchpy/connection_specific/connection_mDNS.py +46 -0
- quarchpy/device/quarchPPM.py +2 -2
- quarchpy/device/quarchQPS.py +90 -74
- quarchpy/device/scanDevices.py +12 -0
- quarchpy/qps/qpsFuncs.py +7 -4
- quarchpy/user_interface/user_interface.py.bak +3 -5
- quarchpy/utilities/TestCenter.py +1 -1
- quarchpy/utilities/TestCenter.py.bak +1 -4
- quarchpy/utilities/Version.py +50 -0
- {quarchpy-2.1.14.dev1.dist-info → quarchpy-2.1.14.dev2.dist-info}/METADATA +1 -1
- {quarchpy-2.1.14.dev1.dist-info → quarchpy-2.1.14.dev2.dist-info}/RECORD +20 -78
- quarchpy/.idea/.name +0 -1
- quarchpy/.idea/inspectionProfiles/Project_Default.xml +0 -26
- 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/config_files/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/config_files/__pycache__/quarch_config_parser.cpython-311.pyc +0 -0
- 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_USB.cpython-311.pyc +0 -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 +0 -11
- 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/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 +0 -504
- quarchpy/device/quarchQPS.py.bak +0 -396
- quarchpy/device/scanDevices.py.bak +0 -661
- 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/fio/__pycache__/FIO_interface.cpython-311.pyc +0 -0
- quarchpy/fio/__pycache__/__init__.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/qps/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/qps/__pycache__/qpsFuncs.cpython-311.pyc +0 -0
- quarchpy/user_interface/__pycache__/__init__.cpython-311.pyc +0 -0
- quarchpy/user_interface/__pycache__/user_interface.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__/__init__.cpython-311.pyc +0 -0
- {quarchpy-2.1.14.dev1.dist-info → quarchpy-2.1.14.dev2.dist-info}/WHEEL +0 -0
- {quarchpy-2.1.14.dev1.dist-info → quarchpy-2.1.14.dev2.dist-info}/top_level.txt +0 -0
quarchpy/.idea/modules.xml
CHANGED
@@ -2,6 +2,7 @@
|
|
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" />
|
5
6
|
<module fileurl="file://$PROJECT_DIR$/.idea/quarchpy.iml" filepath="$PROJECT_DIR$/.idea/quarchpy.iml" />
|
6
7
|
</modules>
|
7
8
|
</component>
|
quarchpy/.idea/quarchpy.iml
CHANGED
@@ -1,9 +1,12 @@
|
|
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$"
|
4
|
+
<content url="file://$MODULE_DIR$">
|
5
|
+
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
6
|
+
</content>
|
5
7
|
<orderEntry type="jdk" jdkName="Python 3.11" jdkType="Python SDK" />
|
6
8
|
<orderEntry type="sourceFolder" forTests="false" />
|
9
|
+
<orderEntry type="module" module-name="Application Notes" />
|
7
10
|
</component>
|
8
11
|
<component name="PyDocumentationSettings">
|
9
12
|
<option name="format" value="PLAIN" />
|
quarchpy/.idea/workspace.xml
CHANGED
@@ -4,38 +4,176 @@
|
|
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="868cb889-b9a9-4a57-9073-fcf7a5ade29d" 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="
|
13
|
+
<component name="FileTemplateManagerImpl">
|
14
|
+
<option name="RECENT_TEMPLATES">
|
15
|
+
<list>
|
16
|
+
<option value="Python Script" />
|
17
|
+
</list>
|
18
|
+
</option>
|
19
|
+
</component>
|
20
|
+
<component name="ProjectId" id="2T0rSFX3wSYiHYg1HMDN2Ug8LET" />
|
14
21
|
<component name="ProjectViewState">
|
15
22
|
<option name="hideEmptyMiddlePackages" value="true" />
|
16
23
|
<option name="showLibraryContents" value="true" />
|
17
24
|
</component>
|
18
|
-
<component name="PropertiesComponent"
|
19
|
-
|
20
|
-
|
25
|
+
<component name="PropertiesComponent"><![CDATA[{
|
26
|
+
"keyToString": {
|
27
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
28
|
+
"last_opened_file_path": "C:/Users/sboon/AppData/Roaming/JetBrains/PyCharmCE2023.1/scratches",
|
29
|
+
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable"
|
30
|
+
},
|
31
|
+
"keyToStringList": {
|
32
|
+
"com.intellij.ide.scratch.ScratchImplUtil$2/New Scratch File": [
|
33
|
+
"Python"
|
34
|
+
]
|
21
35
|
}
|
22
|
-
}
|
36
|
+
}]]></component>
|
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>
|
23
45
|
<component name="RecentsManager">
|
46
|
+
<key name="CopyFile.RECENT_KEYS">
|
47
|
+
<recent name="C:\Users\sboon\AppData\Roaming\JetBrains\PyCharmCE2023.1\scratches" />
|
48
|
+
</key>
|
24
49
|
<key name="MoveFile.RECENT_KEYS">
|
25
|
-
<recent name="P:\Software\Python\QuarchPy\Trunk\quarchpy\device" />
|
26
50
|
<recent name="P:\Software\Python\QuarchPy\Trunk\quarchpy" />
|
27
|
-
<recent name="P:\Software\Python\QuarchPy\Trunk\quarchpy\debug" />
|
28
51
|
</key>
|
29
52
|
</component>
|
53
|
+
<component name="RunManager" selected="Python.scratch">
|
54
|
+
<configuration name="SystemTest" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
55
|
+
<module name="quarchpy" />
|
56
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
57
|
+
<option name="PARENT_ENVS" value="true" />
|
58
|
+
<envs>
|
59
|
+
<env name="PYTHONUNBUFFERED" value="1" />
|
60
|
+
</envs>
|
61
|
+
<option name="SDK_HOME" value="" />
|
62
|
+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/debug" />
|
63
|
+
<option name="IS_MODULE_SDK" value="true" />
|
64
|
+
<option name="ADD_CONTENT_ROOTS" value="true" />
|
65
|
+
<option name="ADD_SOURCE_ROOTS" value="true" />
|
66
|
+
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/debug/SystemTest.py" />
|
67
|
+
<option name="PARAMETERS" value="" />
|
68
|
+
<option name="SHOW_COMMAND_LINE" value="false" />
|
69
|
+
<option name="EMULATE_TERMINAL" value="false" />
|
70
|
+
<option name="MODULE_MODE" value="false" />
|
71
|
+
<option name="REDIRECT_INPUT" value="false" />
|
72
|
+
<option name="INPUT_FILE" value="" />
|
73
|
+
<method v="2" />
|
74
|
+
</configuration>
|
75
|
+
<configuration name="_version" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
76
|
+
<module name="quarchpy" />
|
77
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
78
|
+
<option name="PARENT_ENVS" value="true" />
|
79
|
+
<envs>
|
80
|
+
<env name="PYTHONUNBUFFERED" value="1" />
|
81
|
+
</envs>
|
82
|
+
<option name="SDK_HOME" value="" />
|
83
|
+
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
84
|
+
<option name="IS_MODULE_SDK" value="true" />
|
85
|
+
<option name="ADD_CONTENT_ROOTS" value="true" />
|
86
|
+
<option name="ADD_SOURCE_ROOTS" value="true" />
|
87
|
+
<option name="SCRIPT_NAME" value="$PROJECT_DIR$/_version.py" />
|
88
|
+
<option name="PARAMETERS" value="" />
|
89
|
+
<option name="SHOW_COMMAND_LINE" value="false" />
|
90
|
+
<option name="EMULATE_TERMINAL" value="false" />
|
91
|
+
<option name="MODULE_MODE" value="false" />
|
92
|
+
<option name="REDIRECT_INPUT" value="false" />
|
93
|
+
<option name="INPUT_FILE" value="" />
|
94
|
+
<method v="2" />
|
95
|
+
</configuration>
|
96
|
+
<configuration name="scratch" type="PythonConfigurationType" factoryName="Python" temporary="true" nameIsGenerated="true">
|
97
|
+
<module name="quarchpy" />
|
98
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
99
|
+
<option name="PARENT_ENVS" value="true" />
|
100
|
+
<envs>
|
101
|
+
<env name="PYTHONUNBUFFERED" value="1" />
|
102
|
+
</envs>
|
103
|
+
<option name="SDK_HOME" value="" />
|
104
|
+
<option name="WORKING_DIRECTORY" value="$APPLICATION_CONFIG_DIR$/scratches" />
|
105
|
+
<option name="IS_MODULE_SDK" value="false" />
|
106
|
+
<option name="ADD_CONTENT_ROOTS" value="true" />
|
107
|
+
<option name="ADD_SOURCE_ROOTS" value="true" />
|
108
|
+
<option name="SCRIPT_NAME" value="$APPLICATION_CONFIG_DIR$/scratches/scratch.py" />
|
109
|
+
<option name="PARAMETERS" value="" />
|
110
|
+
<option name="SHOW_COMMAND_LINE" value="false" />
|
111
|
+
<option name="EMULATE_TERMINAL" value="false" />
|
112
|
+
<option name="MODULE_MODE" value="false" />
|
113
|
+
<option name="REDIRECT_INPUT" value="false" />
|
114
|
+
<option name="INPUT_FILE" value="" />
|
115
|
+
<method v="2" />
|
116
|
+
</configuration>
|
117
|
+
<recent_temporary>
|
118
|
+
<list>
|
119
|
+
<item itemvalue="Python.scratch" />
|
120
|
+
<item itemvalue="Python._version" />
|
121
|
+
<item itemvalue="Python.SystemTest" />
|
122
|
+
</list>
|
123
|
+
</recent_temporary>
|
124
|
+
</component>
|
30
125
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
31
126
|
<component name="TaskManager">
|
32
127
|
<task active="true" id="Default" summary="Default task">
|
33
|
-
<changelist id="
|
34
|
-
<created>
|
128
|
+
<changelist id="868cb889-b9a9-4a57-9073-fcf7a5ade29d" name="Changes" comment="" />
|
129
|
+
<created>1690190836669</created>
|
35
130
|
<option name="number" value="Default" />
|
36
131
|
<option name="presentableId" value="Default" />
|
37
|
-
<updated>
|
132
|
+
<updated>1690190836669</updated>
|
38
133
|
</task>
|
39
134
|
<servers />
|
40
135
|
</component>
|
136
|
+
<component name="XDebuggerManager">
|
137
|
+
<breakpoint-manager>
|
138
|
+
<breakpoints>
|
139
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
140
|
+
<url>file://$PROJECT_DIR$/debug/SystemTest.py</url>
|
141
|
+
<line>45</line>
|
142
|
+
<option name="timeStamp" value="4" />
|
143
|
+
</line-breakpoint>
|
144
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
145
|
+
<url>file://$PROJECT_DIR$/debug/SystemTest.py</url>
|
146
|
+
<line>47</line>
|
147
|
+
<option name="timeStamp" value="8" />
|
148
|
+
</line-breakpoint>
|
149
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
150
|
+
<url>file://C:/Python311/Lib/site-packages/quarchpy/device/quarchPPM.py</url>
|
151
|
+
<line>31</line>
|
152
|
+
<option name="timeStamp" value="10" />
|
153
|
+
</line-breakpoint>
|
154
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
155
|
+
<url>file://$APPLICATION_CONFIG_DIR$/scratches/quarchpy/device/quarchPPM.py</url>
|
156
|
+
<line>31</line>
|
157
|
+
<option name="timeStamp" value="12" />
|
158
|
+
</line-breakpoint>
|
159
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
160
|
+
<url>file://$APPLICATION_CONFIG_DIR$/scratches/quarchpy/connection_specific/connection_QIS.py</url>
|
161
|
+
<line>1601</line>
|
162
|
+
<option name="timeStamp" value="15" />
|
163
|
+
</line-breakpoint>
|
164
|
+
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
165
|
+
<url>file://$APPLICATION_CONFIG_DIR$/scratches/quarchpy/connection_specific/connection_QIS.py</url>
|
166
|
+
<line>1592</line>
|
167
|
+
<option name="timeStamp" value="16" />
|
168
|
+
</line-breakpoint>
|
169
|
+
</breakpoints>
|
170
|
+
<default-breakpoints>
|
171
|
+
<breakpoint type="python-exception">
|
172
|
+
<properties notifyOnTerminate="true" exception="BaseException">
|
173
|
+
<option name="notifyOnTerminate" value="true" />
|
174
|
+
</properties>
|
175
|
+
</breakpoint>
|
176
|
+
</default-breakpoints>
|
177
|
+
</breakpoint-manager>
|
178
|
+
</component>
|
41
179
|
</project>
|
quarchpy/_version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.1.14.
|
1
|
+
__version__ = "2.1.14.dev2"
|