biosignal-device-interface 0.1.311__py3-none-any.whl → 0.2.1a2__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.
Files changed (42) hide show
  1. biosignal_device_interface/constants/devices/__init__.py +3 -3
  2. biosignal_device_interface/constants/devices/core/base_device_constants.py +61 -51
  3. biosignal_device_interface/constants/devices/otb/otb_muovi_constants.py +129 -129
  4. biosignal_device_interface/constants/devices/otb/otb_quattrocento_constants.py +313 -0
  5. biosignal_device_interface/constants/devices/otb/otb_quattrocento_light_constants.py +59 -59
  6. biosignal_device_interface/constants/devices/otb/otb_syncstation_constants.py +233 -0
  7. biosignal_device_interface/constants/plots/color_palette.py +59 -59
  8. biosignal_device_interface/devices/__init__.py +17 -15
  9. biosignal_device_interface/devices/core/base_device.py +424 -410
  10. biosignal_device_interface/devices/otb/__init__.py +29 -21
  11. biosignal_device_interface/devices/otb/otb_muovi.py +290 -291
  12. biosignal_device_interface/devices/otb/otb_quattrocento.py +332 -0
  13. biosignal_device_interface/devices/otb/otb_quattrocento_light.py +210 -213
  14. biosignal_device_interface/devices/otb/otb_syncstation.py +407 -0
  15. biosignal_device_interface/gui/device_template_widgets/all_devices_widget.py +51 -43
  16. biosignal_device_interface/gui/device_template_widgets/core/base_device_widget.py +130 -121
  17. biosignal_device_interface/gui/device_template_widgets/core/base_multiple_devices_widget.py +108 -108
  18. biosignal_device_interface/gui/device_template_widgets/otb/otb_devices_widget.py +44 -36
  19. biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_plus_widget.py +158 -158
  20. biosignal_device_interface/gui/device_template_widgets/otb/otb_muovi_widget.py +158 -158
  21. biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_light_widget.py +174 -170
  22. biosignal_device_interface/gui/device_template_widgets/otb/otb_quattrocento_widget.py +260 -0
  23. biosignal_device_interface/gui/device_template_widgets/otb/otb_syncstation_widget.py +262 -0
  24. biosignal_device_interface/gui/plot_widgets/biosignal_plot_widget.py +501 -500
  25. biosignal_device_interface/gui/ui/devices_template_widget.ui +38 -38
  26. biosignal_device_interface/gui/ui/otb_muovi_plus_template_widget.ui +171 -171
  27. biosignal_device_interface/gui/ui/otb_muovi_template_widget.ui +171 -171
  28. biosignal_device_interface/gui/ui/otb_quattrocento_light_template_widget.ui +266 -266
  29. biosignal_device_interface/gui/ui/otb_quattrocento_template_widget.ui +415 -0
  30. biosignal_device_interface/gui/ui/otb_syncstation_template_widget.ui +732 -0
  31. biosignal_device_interface/gui/ui_compiled/devices_template_widget.py +56 -56
  32. biosignal_device_interface/gui/ui_compiled/otb_muovi_plus_template_widget.py +153 -153
  33. biosignal_device_interface/gui/ui_compiled/otb_muovi_template_widget.py +153 -153
  34. biosignal_device_interface/gui/ui_compiled/otb_quattrocento_light_template_widget.py +217 -217
  35. biosignal_device_interface/gui/ui_compiled/otb_quattrocento_template_widget.py +318 -0
  36. biosignal_device_interface/gui/ui_compiled/otb_syncstation_template_widget.py +495 -0
  37. biosignal_device_interface-0.2.1a2.dist-info/LICENSE +675 -0
  38. {biosignal_device_interface-0.1.311.dist-info → biosignal_device_interface-0.2.1a2.dist-info}/METADATA +6 -4
  39. biosignal_device_interface-0.2.1a2.dist-info/RECORD +46 -0
  40. {biosignal_device_interface-0.1.311.dist-info → biosignal_device_interface-0.2.1a2.dist-info}/WHEEL +1 -1
  41. biosignal_device_interface-0.1.311.dist-info/LICENSE +0 -395
  42. biosignal_device_interface-0.1.311.dist-info/RECORD +0 -36
@@ -0,0 +1,415 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ui version="4.0">
3
+ <class>QuattrocentoForm</class>
4
+ <widget class="QWidget" name="QuattrocentoForm">
5
+ <property name="geometry">
6
+ <rect>
7
+ <x>0</x>
8
+ <y>0</y>
9
+ <width>400</width>
10
+ <height>638</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string>Form</string>
15
+ </property>
16
+ <layout class="QGridLayout" name="gridLayout_2">
17
+ <item row="0" column="0">
18
+ <widget class="QWidget" name="widget" native="true">
19
+ <layout class="QGridLayout" name="gridLayout_6">
20
+ <item row="2" column="0">
21
+ <widget class="QGroupBox" name="inputGroupBox">
22
+ <property name="title">
23
+ <string>Input Parameters</string>
24
+ </property>
25
+ <layout class="QGridLayout" name="gridLayout_4">
26
+ <item row="0" column="0">
27
+ <widget class="QLabel" name="label_3">
28
+ <property name="text">
29
+ <string>Select Channel</string>
30
+ </property>
31
+ </widget>
32
+ </item>
33
+ <item row="3" column="1">
34
+ <widget class="QComboBox" name="inputDetectionModeComboBox">
35
+ <item>
36
+ <property name="text">
37
+ <string>MONOPOLAR</string>
38
+ </property>
39
+ </item>
40
+ <item>
41
+ <property name="text">
42
+ <string>DIFFERENTIAL</string>
43
+ </property>
44
+ </item>
45
+ <item>
46
+ <property name="text">
47
+ <string>BIPOLAR</string>
48
+ </property>
49
+ </item>
50
+ </widget>
51
+ </item>
52
+ <item row="3" column="0">
53
+ <widget class="QLabel" name="label_10">
54
+ <property name="text">
55
+ <string>Mode</string>
56
+ </property>
57
+ </widget>
58
+ </item>
59
+ <item row="2" column="0">
60
+ <widget class="QLabel" name="label_9">
61
+ <property name="text">
62
+ <string>Low Pass</string>
63
+ </property>
64
+ </widget>
65
+ </item>
66
+ <item row="1" column="1">
67
+ <widget class="QComboBox" name="inputHighPassComboBox">
68
+ <property name="currentIndex">
69
+ <number>1</number>
70
+ </property>
71
+ <item>
72
+ <property name="text">
73
+ <string>0.7 Hz</string>
74
+ </property>
75
+ </item>
76
+ <item>
77
+ <property name="text">
78
+ <string>10 Hz</string>
79
+ </property>
80
+ </item>
81
+ <item>
82
+ <property name="text">
83
+ <string>100 Hz</string>
84
+ </property>
85
+ </item>
86
+ <item>
87
+ <property name="text">
88
+ <string>200 Hz</string>
89
+ </property>
90
+ </item>
91
+ </widget>
92
+ </item>
93
+ <item row="1" column="0">
94
+ <widget class="QLabel" name="label_8">
95
+ <property name="text">
96
+ <string>High Pass</string>
97
+ </property>
98
+ </widget>
99
+ </item>
100
+ <item row="2" column="1">
101
+ <widget class="QComboBox" name="inputLowPassComboBox">
102
+ <property name="currentIndex">
103
+ <number>1</number>
104
+ </property>
105
+ <item>
106
+ <property name="text">
107
+ <string>130 Hz</string>
108
+ </property>
109
+ </item>
110
+ <item>
111
+ <property name="text">
112
+ <string>500 Hz</string>
113
+ </property>
114
+ </item>
115
+ <item>
116
+ <property name="text">
117
+ <string>900 Hz</string>
118
+ </property>
119
+ </item>
120
+ <item>
121
+ <property name="text">
122
+ <string>4400 Hz</string>
123
+ </property>
124
+ </item>
125
+ </widget>
126
+ </item>
127
+ <item row="0" column="1">
128
+ <widget class="QComboBox" name="inputChannelComboBox">
129
+ <property name="enabled">
130
+ <bool>false</bool>
131
+ </property>
132
+ <item>
133
+ <property name="text">
134
+ <string>IN1-4</string>
135
+ </property>
136
+ </item>
137
+ <item>
138
+ <property name="text">
139
+ <string>IN5-8</string>
140
+ </property>
141
+ </item>
142
+ <item>
143
+ <property name="text">
144
+ <string>MULTIPLE_IN_1</string>
145
+ </property>
146
+ </item>
147
+ <item>
148
+ <property name="text">
149
+ <string>MULTIPLE_IN_2</string>
150
+ </property>
151
+ </item>
152
+ <item>
153
+ <property name="text">
154
+ <string>MULTIPLE_IN_3</string>
155
+ </property>
156
+ </item>
157
+ <item>
158
+ <property name="text">
159
+ <string>MULTIPLE_IN_4</string>
160
+ </property>
161
+ </item>
162
+ </widget>
163
+ </item>
164
+ <item row="4" column="1">
165
+ <widget class="QPushButton" name="inputConfigurationPushButton">
166
+ <property name="enabled">
167
+ <bool>false</bool>
168
+ </property>
169
+ <property name="text">
170
+ <string>Configure Input</string>
171
+ </property>
172
+ </widget>
173
+ </item>
174
+ </layout>
175
+ </widget>
176
+ </item>
177
+ <item row="5" column="0">
178
+ <spacer name="verticalSpacer">
179
+ <property name="orientation">
180
+ <enum>Qt::Orientation::Vertical</enum>
181
+ </property>
182
+ <property name="sizeHint" stdset="0">
183
+ <size>
184
+ <width>20</width>
185
+ <height>40</height>
186
+ </size>
187
+ </property>
188
+ </spacer>
189
+ </item>
190
+ <item row="4" column="0">
191
+ <widget class="QGroupBox" name="commandsGroupBox">
192
+ <property name="title">
193
+ <string>Commands</string>
194
+ </property>
195
+ <layout class="QGridLayout" name="gridLayout_3">
196
+ <item row="0" column="0">
197
+ <widget class="QPushButton" name="commandConnectionPushButton">
198
+ <property name="text">
199
+ <string>Connect</string>
200
+ </property>
201
+ </widget>
202
+ </item>
203
+ <item row="1" column="0">
204
+ <widget class="QPushButton" name="commandConfigurationPushButton">
205
+ <property name="text">
206
+ <string>Configure</string>
207
+ </property>
208
+ </widget>
209
+ </item>
210
+ <item row="2" column="0">
211
+ <widget class="QPushButton" name="commandStreamPushButton">
212
+ <property name="text">
213
+ <string>Stream</string>
214
+ </property>
215
+ </widget>
216
+ </item>
217
+ </layout>
218
+ </widget>
219
+ </item>
220
+ <item row="1" column="0">
221
+ <widget class="QGroupBox" name="acquisitionGroupBox">
222
+ <property name="title">
223
+ <string>Acquisiton Parameters</string>
224
+ </property>
225
+ <layout class="QGridLayout" name="gridLayout">
226
+ <item row="1" column="1">
227
+ <widget class="QComboBox" name="acquisitionNumberOfChannelsComboBox">
228
+ <property name="currentIndex">
229
+ <number>3</number>
230
+ </property>
231
+ <item>
232
+ <property name="text">
233
+ <string>120</string>
234
+ </property>
235
+ </item>
236
+ <item>
237
+ <property name="text">
238
+ <string>216</string>
239
+ </property>
240
+ </item>
241
+ <item>
242
+ <property name="text">
243
+ <string>312</string>
244
+ </property>
245
+ </item>
246
+ <item>
247
+ <property name="text">
248
+ <string>408</string>
249
+ </property>
250
+ </item>
251
+ </widget>
252
+ </item>
253
+ <item row="0" column="1">
254
+ <widget class="QComboBox" name="acquisitionSamplingFrequencyComboBox">
255
+ <property name="currentIndex">
256
+ <number>1</number>
257
+ </property>
258
+ <item>
259
+ <property name="text">
260
+ <string>512</string>
261
+ </property>
262
+ </item>
263
+ <item>
264
+ <property name="text">
265
+ <string>2048</string>
266
+ </property>
267
+ </item>
268
+ <item>
269
+ <property name="text">
270
+ <string>5120</string>
271
+ </property>
272
+ </item>
273
+ <item>
274
+ <property name="text">
275
+ <string>10240</string>
276
+ </property>
277
+ </item>
278
+ </widget>
279
+ </item>
280
+ <item row="1" column="0">
281
+ <widget class="QLabel" name="label_2">
282
+ <property name="text">
283
+ <string>Number of Channels</string>
284
+ </property>
285
+ </widget>
286
+ </item>
287
+ <item row="0" column="0">
288
+ <widget class="QLabel" name="label">
289
+ <property name="text">
290
+ <string>Sampling Frequency</string>
291
+ </property>
292
+ </widget>
293
+ </item>
294
+ <item row="2" column="0">
295
+ <widget class="QCheckBox" name="acquisitionDecimatorCheckBox">
296
+ <property name="text">
297
+ <string>Decimator</string>
298
+ </property>
299
+ <property name="checked">
300
+ <bool>true</bool>
301
+ </property>
302
+ </widget>
303
+ </item>
304
+ <item row="2" column="1">
305
+ <widget class="QCheckBox" name="acquisitionRecordingCheckBox">
306
+ <property name="enabled">
307
+ <bool>false</bool>
308
+ </property>
309
+ <property name="text">
310
+ <string>Recording</string>
311
+ </property>
312
+ </widget>
313
+ </item>
314
+ </layout>
315
+ </widget>
316
+ </item>
317
+ <item row="3" column="0">
318
+ <widget class="QGroupBox" name="gridSelectionGroupBox">
319
+ <property name="title">
320
+ <string>Grid Selection</string>
321
+ </property>
322
+ <layout class="QGridLayout" name="gridLayout_5">
323
+ <item row="1" column="1">
324
+ <widget class="QCheckBox" name="gridFourCheckBox">
325
+ <property name="text">
326
+ <string>Grid 4</string>
327
+ </property>
328
+ </widget>
329
+ </item>
330
+ <item row="1" column="0">
331
+ <widget class="QCheckBox" name="gridThreeCheckBox">
332
+ <property name="text">
333
+ <string>Grid 3</string>
334
+ </property>
335
+ </widget>
336
+ </item>
337
+ <item row="1" column="2">
338
+ <widget class="QCheckBox" name="gridFiveCheckBox">
339
+ <property name="text">
340
+ <string>Grid 5</string>
341
+ </property>
342
+ </widget>
343
+ </item>
344
+ <item row="1" column="3">
345
+ <widget class="QCheckBox" name="gridSixCheckBox">
346
+ <property name="text">
347
+ <string>Grid 6</string>
348
+ </property>
349
+ </widget>
350
+ </item>
351
+ <item row="0" column="3">
352
+ <widget class="QCheckBox" name="gridTwoCheckBox">
353
+ <property name="layoutDirection">
354
+ <enum>Qt::LayoutDirection::LeftToRight</enum>
355
+ </property>
356
+ <property name="text">
357
+ <string>Grid 2</string>
358
+ </property>
359
+ </widget>
360
+ </item>
361
+ <item row="0" column="0">
362
+ <widget class="QCheckBox" name="gridOneCheckBox">
363
+ <property name="text">
364
+ <string>Grid 1</string>
365
+ </property>
366
+ </widget>
367
+ </item>
368
+ </layout>
369
+ </widget>
370
+ </item>
371
+ <item row="0" column="0">
372
+ <widget class="QGroupBox" name="connectionGroupBox">
373
+ <property name="title">
374
+ <string>Connection parameters</string>
375
+ </property>
376
+ <layout class="QGridLayout" name="gridLayout_7">
377
+ <item row="0" column="0">
378
+ <widget class="QLabel" name="label_4">
379
+ <property name="text">
380
+ <string>IP</string>
381
+ </property>
382
+ </widget>
383
+ </item>
384
+ <item row="0" column="1">
385
+ <widget class="QLineEdit" name="connectionIPLineEdit">
386
+ <property name="text">
387
+ <string>169.254.1.10</string>
388
+ </property>
389
+ </widget>
390
+ </item>
391
+ <item row="1" column="0">
392
+ <widget class="QLabel" name="label_5">
393
+ <property name="text">
394
+ <string>Port</string>
395
+ </property>
396
+ </widget>
397
+ </item>
398
+ <item row="1" column="1">
399
+ <widget class="QLineEdit" name="connectionPortLineEdit">
400
+ <property name="text">
401
+ <string>23456</string>
402
+ </property>
403
+ </widget>
404
+ </item>
405
+ </layout>
406
+ </widget>
407
+ </item>
408
+ </layout>
409
+ </widget>
410
+ </item>
411
+ </layout>
412
+ </widget>
413
+ <resources/>
414
+ <connections/>
415
+ </ui>