15 lines
312 B
Java
15 lines
312 B
Java
|
|
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;
|
|
|
|
}
|