pandapower
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesepandapower workflow
pandapower 工作流
Start with the network model and a clean base-case solve. Use contingency analysis only after the steady-state case is credible.
从网络模型和清晰的基准工况求解开始。仅在稳态工况可靠后再进行故障分析。
Default tool ladder
默认工具流程
- or
load_network(file_path)create_empty_network() - to inspect buses, lines, transformers, generators, loads, and switches.
get_network_info() - to establish the base operating point.
run_power_flow(...) - only after the base case solves and the monitoring limits are clear.
run_contingency_analysis(...)
- 或
load_network(file_path)create_empty_network() - —— 检查母线、线路、变压器、发电机、负载及开关。
get_network_info() - —— 确定基准运行点。
run_power_flow(...) - —— 仅在基准工况求解完成且监控阈值明确后使用。
run_contingency_analysis(...)
Working rules
工作规则
- Do not run contingencies before checking the base-case voltages and loading.
- Use pandapower for AC feasibility and fast screening, then escalate only when the question requires more.
- 在检查基准工况电压和负载前,不得进行故障分析。
- 使用pandapower进行AC可行性分析和快速排查,仅当问题需要更深入分析时再升级处理。
Escalation triggers
升级触发条件
Map what the solve reports to the mitigation skill that handles it, and quote the numbers that tripped it (bus + vm_pu, element + loading %) rather than saying "violations exist".
| Observation | Escalate to |
|---|---|
| |
| |
| |
| |
| The study is DER (PV, storage) integration on a distribution network | |
将求解结果映射至对应的缓解技能,并引用触发升级的数值(母线 + vm_pu、元件 + 负载百分比),而非仅说明“存在违规情况”。
| 观测结果 | 升级至 |
|---|---|
| |
| |
| |
| |
| 研究内容为配电网中的DER(光伏、储能)接入 | |
Local assets in this skill
本技能中的本地资源
- — a ready test network.
case39.json - — structured base-case review.
scripts/network_analysis.py - — local N-1 screening.
scripts/contingency_analysis.py
- —— 现成的测试网络。
case39.json - —— 结构化的基准工况审查脚本。
scripts/network_analysis.py - —— 本地N-1排查脚本。
scripts/contingency_analysis.py
Deliver
交付内容
- The network loaded and whether the base case converged.
- The key voltage or loading findings.
- Whether contingency or mitigation work is now justified.
- 已加载的网络及基准工况是否收敛。
- 关键电压或负载分析结果。
- 是否有必要开展故障分析或缓解工作。