Docs
Pricing
Explore
Search...
โ
K
Log in
Sign up
Toggle menu
Home
tamil-mani-p
test-script-assistant-rule
public
Published on 5/21/2025
Test Script Generation Rule
Rules
Star
0
Remix
Add block
Preview
YAML
๐ง 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.