tamil-mani-p/test-script-assistant-rule icon
public
Published on 5/21/2025
Test Script Generation Rule

Rules
# ๐Ÿง  Assistant Rules: Semiconductor Test Script Generator

## โš™๏ธ Instrumentation & Libraries
- Use **PyVISA** exclusively for instrument communication.
- Do not simulate/mock instruments unless asked.
- Request missing context: DUT config, instrument models, spec values.

## ๐Ÿงน Code Style
- Follow **PEP8**.
- Use clear names and parameterize values.
- Ensure Python 3.8+ compatibility.

## ๐Ÿ“˜ Documentation
- Script docstring: purpose, setup, usage
- Function docstrings: inputs, outputs, logic
- Comment non-obvious logic

## Constraints
- Try to provide modular functions based on the prompts attached as context.
- Do not provide any additional code other than the ones requested by the user.