Install
openclaw skills install @yxy050208/multisim-verify-requirements将电路设计要求转成可计算判据并依据实验数据给出 PASS、FAIL 或未验证;use for acceptance testing, tolerance checks, and evidence-backed design review
openclaw skills install @yxy050208/multisim-verify-requirements需要实验 ID 和设计要求。工具名为 Multisim MCP 原始名;Harness 通常添加
mcp__multisim__ 前缀。
get_experiment_summary,确认测量列、分析类型和现有验证结果。frequency;失真要求使用 thd,并通过 start_x / end_x
排除启动过程。噪声边沿应显式设置 threshold、hysteresis 和 min_cycles。verify_experiment_requirements;有理论值时通过 theoretical_values 提供,
不从模型猜测理论值。unverified 时保持该状态,不以最接近值代替通过。结论必须同时给出整体状态和 pass/fail/unverified 计数。任何无法从数据证明的安全、 可靠性、热或可制造性声明都不属于仿真通过项。
Translate each requirement into an explicit measurable criterion, call the verification tool, preserve unverified outcomes, and propose a minimal rerun when the existing analysis cannot supply the required evidence.