Closedown
This commit is contained in:
@@ -41,6 +41,7 @@ public class PowerSupply extends DeviceBase implements BitMask {
|
||||
|
||||
public PowerSupply(String name, String prefix) {
|
||||
super(name);
|
||||
this.setCache(10.0);
|
||||
this.prefix=prefix;
|
||||
|
||||
moduleVoltageRamp = new ChannelDouble(name + " moduleVoltageRamp", prefix + ":RAMP:2");
|
||||
|
||||
Reference in New Issue
Block a user