Skip to content

Commit 9e86a0a

Browse files
removed shebang
1 parent e9a53b8 commit 9e86a0a

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

20251203_122346_run_log.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2025-12-03 12:23:46 - INFO - Run log will be saved to: 20251203_122346_run_log.txt
2+
2025-12-03 12:23:46 - INFO - Starting LIFU Test Script...
3+
2025-12-03 12:23:46 - INFO - HV Connected: True
4+
2025-12-03 12:23:46 - INFO - TX Connected: True
5+
2025-12-03 12:23:46 - INFO - LIFU Device fully connected.
6+
2025-12-03 12:23:47 - INFO - Console Firmware Version: v1.2.2
7+
2025-12-03 12:23:47 - INFO - TX Firmware Version: v2.0.2
8+
2025-12-03 12:23:47 - INFO - Enumerate TX7332 chips
9+
2025-12-03 12:23:47 - ERROR - Unexpected error: Number of TX7332 devices found: 4 != 2x1
10+
Traceback (most recent call last):
11+
File "E:\CURRENT-WORK\openwater\OpenLIFU-python\notebooks\test_thermal_stress.py", line 444, in run
12+
numelements = self.enumerate_devices()
13+
^^^^^^^^^^^^^^^^^^^^^^^^
14+
File "E:\CURRENT-WORK\openwater\OpenLIFU-python\notebooks\test_thermal_stress.py", line 181, in enumerate_devices
15+
raise Exception(f"Number of TX7332 devices found: {num_tx_devices} != 2x{self.args.num_modules}")
16+
Exception: Number of TX7332 devices found: 4 != 2x1
17+
2025-12-03 12:23:47 - INFO - Waiting for threads to complete...
18+
2025-12-03 12:23:48 - INFO - Stopping sonication...
19+
2025-12-03 12:23:48 - INFO - Turning off console and TX...
20+
2025-12-03 12:23:48 - INFO - Attempting to turn off High Voltage...
21+
2025-12-03 12:23:49 - INFO - High Voltage successfully turned off.
22+
2025-12-03 12:23:49 - INFO - Attempting to turn off 12V...
23+
2025-12-03 12:23:50 - INFO - 12V successfully turned off.
24+
2025-12-03 12:23:50 - INFO - Closing device interface...
25+
2025-12-03 12:23:50 - INFO - Graceful shutdown complete.

notebooks/test_thermal_stress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
"""
32
LIFU Thermal Stress Test Script
43

0 commit comments

Comments
 (0)