Closedown

This commit is contained in:
boccioli_m
2015-06-17 14:01:58 +02:00
parent e67e9db42e
commit 3cf180f833

View File

@@ -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");