Change Active Power to DcPower in DcBus
This commit is contained in:
parent
64b64cc1e0
commit
a462ee0610
|
@ -8,7 +8,7 @@ public sealed class DcBus
|
||||||
|
|
||||||
public required Voltage Voltage { get; init; }
|
public required Voltage Voltage { get; init; }
|
||||||
public required Current Current { get; init; }
|
public required Current Current { get; init; }
|
||||||
public required ActivePower Power { get; init; }
|
public required DcPower Power { get; init; }
|
||||||
|
|
||||||
public static DcBus FromVoltageCurrent(Voltage voltage, Current current) => new()
|
public static DcBus FromVoltageCurrent(Voltage voltage, Current current) => new()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue