From 9535575dbdf5e69564472bce7405f67c32051b51 Mon Sep 17 00:00:00 2001 From: Kai Chappell Date: Wed, 3 Dec 2025 18:27:35 +0000 Subject: [PATCH] Update README with cleaner description and licence link --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b901459..89c85bf 100644 --- a/README.md +++ b/README.md @@ -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.