This commit is contained in:
gac-S_Changer
2019-11-28 14:37:36 +01:00
commit 981e2f5846
250 changed files with 19139 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
import ch.psi.pshell.device.DeviceConfig;
/**
*
*/
public class SmartMagnetConfig extends DeviceConfig{
public double holdingCurrent;
public double restingCurrent;
public double mountCurrent;
public double unmountCurrent;
public double remanenceCurrent;
}