forked from cculianu/SpikeGL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AcqPDParams.ui
347 lines (347 loc) · 11.2 KB
/
AcqPDParams.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AcqPDParams</class>
<widget class="QWidget" name="AcqPDParams">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>440</width>
<height>82</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>421</width>
<height>32</height>
</rect>
</property>
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="pdStopTimeLbl">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string>The time in seconds that the trigger signal needs to be off before the 'stop' condition is satisfied (and the acquisition is stopped).</string>
</property>
<property name="text">
<string>PD stop time (secs):</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="pdStopTimeSB">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="toolTip">
<string>The time in seconds that the trigger signal needs to be off before the 'stop' condition is satisfied (and the acquisition is stopped).</string>
</property>
<property name="decimals">
<number>3</number>
</property>
<property name="value">
<double>0.500000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string>The 'W' parameter used for threshold detection (in samples).
This is the number of samples that the signal needs to be
above/below threshold for a crossing to have occurred.</string>
</property>
<property name="whatsThis">
<string>The 'W' parameter used for threshold detection (in samples). This is the number of samples that the signal needs to be above/below threshold for a crossing to have occurred.</string>
</property>
<property name="text">
<string>'W'</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="pdWSB">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="toolTip">
<string>The 'W' parameter used for threshold detection (in samples).
This is the number of samples that the signal needs to be
above/below threshold for a crossing to have occurred.</string>
</property>
<property name="whatsThis">
<string>The 'W' parameter used for threshold detection (in samples). This is the number of samples that the signal needs to be above/below threshold for a crossing to have occurred.</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>999</number>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="pdPassthruAOChk">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string>Optionally, you may pass thru the trigger channel back to AO. </string>
</property>
<property name="text">
<string>AO passthru:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="pdPassthruAOSB">
<property name="enabled">
<bool>false</bool>
</property>
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="toolTip">
<string>The AO channel to pass trigger input back out to. Node this is on the AO device selected above.</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>421</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0,0">
<property name="sizeConstraint">
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
<widget class="QCheckBox" name="virtualChk">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><html><head/><body><p>If checked, and if using a MUX/INTAN acquisition mode, the AI channel number specified to the left is interpreted as a &quot;virtual&quot; or demuxed AI channel (aka &quot;electrode&quot;). </p><p>If unchecked, then the channel number specified is interpreted as a physical AI channel (outside of the set of MUXed channels). </p><p>This checkbox has no effect if using a &quot;Straight&quot; acquisition mode that isn't multiplexed.</p><p><br/></p></body></html></string>
</property>
<property name="text">
<string>Virtual</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="pdAILabel">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string><html><head/><body><p>The (physical or virtual) AI channel to monitor for trigger threshold crossings</p></body></html></string>
</property>
<property name="text">
<string>AI Ch:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="pdAISB">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="toolTip">
<string><html><head/><body><p>The (physical or virtual) AI channel to monitor for trigger threshold crossings</p></body></html></string>
</property>
<property name="maximum">
<number>9999</number>
</property>
<property name="value">
<number>4</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="pdAIThreshLabel">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string>The threshold to use for crossings. This value is in volts.</string>
</property>
<property name="text">
<string>Thresh (V)</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="pdAIThreshSB">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>16777215</height>
</size>
</property>
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="toolTip">
<string>The threshold to use for crossings. This value is in volts.</string>
</property>
<property name="decimals">
<number>4</number>
</property>
<property name="minimum">
<double>-10.000000000000000</double>
</property>
<property name="maximum">
<double>10.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>8</pointsize>
</font>
</property>
<property name="toolTip">
<string>The amount of time in milliseconds to preamble and postamble the recording.
The preamble applies to the first trigger pulse. The postamble applies to each individual recording file
generated. This parameter ensures data files have a regular amount of leading whitespace before the trigger signal.</string>
</property>
<property name="text">
<string>Pre/Post (ms):</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="pdPre">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>MS Reference Sans Serif</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="toolTip">
<string>The amount of time in milliseconds to preamble and postamble the recording.
The preamble applies to the first trigger pulse. The postamble applies to each individual recording file
generated. This parameter ensures data files have a regular amount of leading whitespace before the trigger signal.</string>
</property>
<property name="maximum">
<number>9999</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<tabstops>
<tabstop>pdAISB</tabstop>
<tabstop>pdAIThreshSB</tabstop>
<tabstop>pdPre</tabstop>
<tabstop>pdStopTimeSB</tabstop>
<tabstop>pdWSB</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>