forked from zietzm/Helmholtz_Test_Bench
cleanup
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user