feat: 添加保护角可视化绘制

This commit is contained in:
dmy
2026-03-04 11:08:20 +08:00
parent fb3276d49d
commit 3498650f5f
2 changed files with 83 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ def run_egm(para: Parameter, animation=None) -> dict:
* 180
/ math.pi
) # 挂点处保护角
logger.info(f"挂点处保护角{shield_angle_at_avg_height:.3f}°")
logger.info(f"地线保护角{shield_angle_at_avg_height:.2f}°")
logger.debug(f"最低相防护标识{rg_type}g表示地面c表示下导线")
rated_voltage = para.rated_voltage
logger.info(f"交、直流标识{para.ac_or_dc}")