Closedown

This commit is contained in:
boccioli_m
2015-06-17 14:15:33 +02:00
parent 5d864eae3b
commit 19fdca7ba7
2 changed files with 2 additions and 8 deletions

View File

@@ -631,11 +631,5 @@ 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;
}
}