Skip to content

Commit

Permalink
bug fix: ° not in unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed Nov 9, 2017
1 parent c3aa653 commit 0972ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/elements/trafo_par.csv
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ tp_mid;integer;;rated tap position
tp_min;integer;;minimum tap position
tp_max;integer;;maximum tap position
tp_st_percent;float;:math:`>` 0;tap step size for voltage magnitude [%]
tp_st_degree;float;:math:`\geq` 0;tap step size for voltage angle [�]
tp_st_degree;float;:math:`\geq` 0;tap step size for voltage angle
tp_pos;integer;;current position of tap changer
max_loading_percent**;float;:math:`>` 0;Maximum loading of the transformer with respect to sn_kva and its corresponding current at 1.0 p.u.
df;float;1 :math:`\geq` df :math:`>`0;derating factor: maximal current of transformer in relation to nominal current of transformer (from 0 to 1)
df;float;1 :math:`\geq` df :math:`>`0;derating factor: maximal current of transformer in relation to nominal current of transformer (from 0 to 1)
in_service*;boolean;True / False;specifies if the transformer is in service.

0 comments on commit 0972ada

Please sign in to comment.