Release v0.1.0
Some checks failed
CI / Release (push) Has been cancelled
CI / Lint (push) Successful in 4s
CI / Type Check (push) Successful in 19s
CI / Test (push) Successful in 37s

This commit is contained in:
2025-12-04 13:18:17 +00:00
parent 64be5dacbf
commit ba2ab9d5d8
9 changed files with 433 additions and 333 deletions

View File

@@ -1,12 +1,12 @@
# py_dvt_ate
**ThermalATE: Coupled Physics DVT Simulation Platform**
**Coupled Physics DVT Simulation Platform**
A software simulation environment that accurately models the physical coupling between thermal and electrical domains, enabling DVT (Design Validation Test) engineers to develop, validate, and debug characterisation test sequences without physical access to laboratory equipment.
A software simulation environment for offline development of ATE (Automated Test Equipment) characterisation algorithms. Accurately models thermal-electrical coupling, enabling DVT engineers to develop and validate test sequences without physical laboratory access.
## Overview
ThermalATE enables offline development of ATE (Automated Test Equipment) characterisation algorithms by simulating:
py_dvt_ate simulates a complete DVT test bench:
- **Thermal Chamber** - Temperature control with realistic ramp and settling behaviour
- **Programmable Power Supply** - Voltage/current control and measurement
@@ -32,10 +32,6 @@ ThermalATE enables offline development of ATE (Automated Test Equipment) charact
## Installation
```bash
# Clone the repository
git clone https://github.com/yourrepo/py_dvt_ate.git
cd py_dvt_ate
# Install with development dependencies
pip install -e ".[dev]"
```
@@ -121,4 +117,4 @@ Kai Chappell
## Licence
TBD
Proprietary - All rights reserved. See [LICENSE](LICENSE) for details.