fix: 更新保护角标注文本

This commit is contained in:
dmy
2026-03-04 11:16:02 +08:00
parent 18fc8fcb0e
commit 195beb3520
5 changed files with 5 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ def run_egm(para: Parameter, animation=None) -> dict:
* 180
/ math.pi
)
logger.info(f"地线保护角{shield_angle_at_avg_height:.2f}°")
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}")