This commit is contained in:
Martin Zietz
2020-12-10 12:49:41 +01:00
parent 29b329a1ec
commit a3dc805f45
3 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ Test4 = 0
# Constants:
g.Coil_const = np.array([38.6, 38.45, 37.9])*1e-9 # Coil constants [x,y,z] in T/A
g.ambientField = np.array([80])*1e-6 # ambient magnetic field in measurement area, to be cancelled out
g.resistances = np.array([3.9, 1, 1]) # resistance of [x,y,z] circuits
g.maxWatts = np.array([8, 0, 0]) # max. allowed power for [x,y,z] circuits
g.resistances = np.array([3.9, 3.9, 1]) # resistance of [x,y,z] circuits
g.maxWatts = np.array([8, 8, 0]) # max. allowed power for [x,y,z] circuits
# COM-Ports for power supply units:
xyPort = "COM7"