Include RT mode

This commit is contained in:
gac-s_changer
2023-04-26 11:01:07 +02:00
parent d6a1db0127
commit da12278cc3
150 changed files with 5867 additions and 1692 deletions
+14 -14
View File
@@ -1,14 +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;
}
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;
}