|
122 | 122 | "\u001b[92m Property implementation tests passed, instrument: Stanford830 looks ready to go. \u001b[0m\n", |
123 | 123 | "Checking driver doc string.\n", |
124 | 124 | "\u001b[92m Docstring tests passed and looking good. \u001b[0m\n", |
125 | | - "The new test log for this driver is: Passed with stanford830 version v1.0.3 tested on pyscan version v0.8.0 at 2024-10-02 10:40:42\n", |
| 125 | + "The new test log for this driver is: Passed with stanford830 version v1.0.3 tested on pyscan version v0.8.0 at 2024-10-03 08:29:18\n", |
126 | 126 | "\u001b[1;32m Stanford830 test results logged. \u001b[0m\n" |
127 | 127 | ] |
128 | 128 | } |
|
223 | 223 | "name": "stdout", |
224 | 224 | "output_type": "stream", |
225 | 225 | "text": [ |
226 | | - "-8.9169e-05 -7.15259e-07\n", |
227 | | - "0.000385525 -2.3842e-07\n", |
228 | | - "-2.3842e-07 0.0\n" |
| 226 | + "-8.9169e-05 -9.53682e-07\n", |
| 227 | + "0.000385286 -7.15259e-07\n", |
| 228 | + "-4.76841e-07 -2.3842e-07\n" |
229 | 229 | ] |
230 | 230 | } |
231 | 231 | ], |
|
271 | 271 | "name": "stdout", |
272 | 272 | "output_type": "stream", |
273 | 273 | "text": [ |
274 | | - "0.000666667\n", |
275 | | - "0.001\n", |
276 | | - "-0.002\n", |
277 | | - "0.00233333\n" |
| 274 | + "0.002\n", |
| 275 | + "0.00233333\n", |
| 276 | + "0.00166667\n", |
| 277 | + "0.00133333\n" |
278 | 278 | ] |
279 | 279 | } |
280 | 280 | ], |
|
296 | 296 | "name": "stdout", |
297 | 297 | "output_type": "stream", |
298 | 298 | "text": [ |
299 | | - "-8.9169e-05\n", |
| 299 | + "-8.86922e-05\n", |
300 | 300 | "0.000385048\n", |
301 | 301 | "-2.3842e-07\n", |
302 | | - "5901.928641229441\n" |
| 302 | + "5899.178441489818\n" |
303 | 303 | ] |
304 | 304 | } |
305 | 305 | ], |
|
321 | 321 | "name": "stdout", |
322 | 322 | "output_type": "stream", |
323 | 323 | "text": [ |
324 | | - "-8.9169e-05\n", |
325 | | - "0.000385048\n" |
| 324 | + "-8.86922e-05\n", |
| 325 | + "0.000385286\n" |
326 | 326 | ] |
327 | 327 | } |
328 | 328 | ], |
|
342 | 342 | "name": "stdout", |
343 | 343 | "output_type": "stream", |
344 | 344 | "text": [ |
345 | | - "[-8.9169e-05, 0.000385048]\n", |
346 | | - "[-8.94074e-05, -4.76841e-07]\n", |
347 | | - "[-8.9169e-05, 5902.9599661318]\n", |
348 | | - "[-8.9169e-05, 0.00166667]\n", |
349 | | - "[-8.94074e-05, 0.004]\n", |
350 | | - "[-8.9169e-05, -0.000333333]\n", |
| 345 | + "[-8.86922e-05, 0.000385286]\n", |
| 346 | + "[-8.9169e-05, -2.3842e-07]\n", |
| 347 | + "[-8.89306e-05, 5900.55354135963]\n", |
| 348 | + "[-8.89306e-05, 0.000666667]\n", |
351 | 349 | "[-8.9169e-05, 0.00233333]\n", |
352 | | - "[-8.94074e-05, 1000.0]\n", |
353 | | - "[-8.9169e-05, -8.9169e-05]\n", |
354 | | - "[-8.94074e-05, 0.000384809]\n" |
| 350 | + "[-8.89306e-05, -0.0156667]\n", |
| 351 | + "[-8.9169e-05, 0.00133333]\n", |
| 352 | + "[-8.89306e-05, 1000.0]\n", |
| 353 | + "[-8.89306e-05, -8.89306e-05]\n", |
| 354 | + "[-8.9169e-05, 0.000385286]\n" |
355 | 355 | ] |
356 | 356 | } |
357 | 357 | ], |
|
395 | 395 | "cell_type": "code", |
396 | 396 | "execution_count": 12, |
397 | 397 | "metadata": {}, |
398 | | - "outputs": [], |
| 398 | + "outputs": [ |
| 399 | + { |
| 400 | + "name": "stdout", |
| 401 | + "output_type": "stream", |
| 402 | + "text": [ |
| 403 | + "159\n" |
| 404 | + ] |
| 405 | + } |
| 406 | + ], |
399 | 407 | "source": [ |
400 | 408 | "# test buffer_points\n", |
401 | 409 | "\n", |
|
407 | 415 | "srs830.trigger()\n", |
408 | 416 | "sleep(20)\n", |
409 | 417 | "srs830.buffer_points\n", |
410 | | - "srs830.pause()\n" |
| 418 | + "srs830.pause()\n", |
| 419 | + "print(srs830.buffer_points)" |
411 | 420 | ] |
412 | 421 | } |
413 | 422 | ], |
|
0 commit comments