Closedown

This commit is contained in:
boccioli_m
2015-06-17 14:09:04 +02:00
parent aa52bfb7b8
commit d730749330

View File

@@ -631,4 +631,11 @@ public class PowerSupply extends DeviceBase implements BitMask {
public void setChannelCommand(ChannelCommand cmd) throws InterruptedException, DeviceException {
channelCommand.write(cmd.toString().replaceAll("_", " "));
}
//Public children channels
public ChannelDouble getModuleVoltageRampChannel(){
return moduleVoltageRamp;
}
}