From e7cee44d503ae501e86648cf79b5df1274e5bb9a Mon Sep 17 00:00:00 2001 From: atef Date: Wed, 19 Jun 2024 17:17:00 +0200 Subject: [PATCH] deleted file --- csharp/App/Sofar/src/SystemConfig/AcDcConfig.cs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 csharp/App/Sofar/src/SystemConfig/AcDcConfig.cs 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