diff --git a/csharp/App/Sofar/src/SystemConfig/AcDcConfig.cs b/csharp/App/Sofar/src/SystemConfig/AcDcConfig.cs new file mode 100644 index 000000000..ac4a274aa --- /dev/null +++ b/csharp/App/Sofar/src/SystemConfig/AcDcConfig.cs @@ -0,0 +1,8 @@ +namespace InnovEnergy.App.SaliMax.SystemConfig; + +public class AcDcConfig +{ + public required Double MaxDcLinkVoltage { get; init; } + public required Double MinDcLinkVoltage { get; init; } + public required Double ReferenceDcLinkVoltage { get; init; } +} \ No newline at end of file