Creation
This commit is contained in:
14
plugins/SmartMagnetConfig.java
Normal file
14
plugins/SmartMagnetConfig.java
Normal 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user