functionbaseI
Base current
Extends from Modelica.Icons.Function (Icon for functions).
Information
Calculates base-current depending on the choice of units.
"pu":
I_base = S_nom/V_nom;"SI":
I_base = 1;
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | puUnits | = true if pu else SI units | |
| SI.Voltage | V_nom | nom voltage | |
| SI.ApparentPower | S_nom | apparent power |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Current | I_base | base current |