Update README with cleaner description and licence link
All checks were successful
CI / Lint (push) Successful in 4s
CI / Type Check (push) Successful in 18s
CI / Test (push) Successful in 1m58s
CI / Release (push) Has been skipped

This commit is contained in:
2025-12-03 22:13:20 +00:00
parent 2c163d8662
commit ce2db217ad

View File

@@ -1,12 +1,12 @@
# py_dvt_ate # 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 ## 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 - **Thermal Chamber** - Temperature control with realistic ramp and settling behaviour
- **Programmable Power Supply** - Voltage/current control and measurement - **Programmable Power Supply** - Voltage/current control and measurement
@@ -32,10 +32,6 @@ ThermalATE enables offline development of ATE (Automated Test Equipment) charact
## Installation ## Installation
```bash ```bash
# Clone the repository
git clone https://github.com/yourrepo/py_dvt_ate.git
cd py_dvt_ate
# Install with development dependencies # Install with development dependencies
pip install -e ".[dev]" pip install -e ".[dev]"
``` ```
@@ -121,4 +117,4 @@ Kai Chappell
## Licence ## Licence
TBD Proprietary - All rights reserved. See [LICENSE](LICENSE) for details.