diff --git a/VectoCore/VectoCore/Resources/Declaration/VAUX/PS-Table.csv b/VectoCore/VectoCore/Resources/Declaration/VAUX/PS-Table.csv
index 69050d1fedbf453aee5ff97a079a77cce840a892..c2cf8e189580aa19abab5720183cf2c7e31048ba 100644
--- a/VectoCore/VectoCore/Resources/Declaration/VAUX/PS-Table.csv
+++ b/VectoCore/VectoCore/Resources/Declaration/VAUX/PS-Table.csv
@@ -27,3 +27,4 @@ Large Supply + mech. clutch                , 800       , 800               , 700
 Large Supply + ESS + AMS                   , 1100      , 1000              , 1000            , 1000              , 1000
 Large Supply + visco clutch + AMS          , 800       , 800               , 800             , 800               , 700
 Large Supply + mech. clutch + AMS          , 300       , 500               , 500             , 500               , 400
+Vacuum pump                                , 190       , 160               , 130             , 130               , 130
diff --git a/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs b/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs
index b64c7f5f4007ce2b350cf15935d71f6d5b13830a..9c99116491b6a8df312aa1cdb5f1f56c98bc7566 100644
--- a/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs
+++ b/VectoCore/VectoCoreTest/Models/Declaration/DeclarationDataTest.cs
@@ -350,6 +350,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
 		TestCase("Large Supply + ESS + AMS", new[] { 1100, 1000, 1000, 1000, 1000 }),
 		TestCase("Large Supply + visco clutch + AMS", new[] { 800, 800, 800, 800, 700 }),
 		TestCase("Large Supply + mech. clutch + AMS", new[] { 300, 500, 500, 500, 400 }),
+		TestCase("Vacuum pump", new[] { 190, 160, 130, 130, 130 }),
 		]
 		public void AuxPneumaticSystemTest(string technology, int[] expected)
 		{