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; }