From d730749330b4cf3241df53309896abf67f2d664a Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 17 Jun 2015 14:09:04 +0200 Subject: [PATCH] Closedown --- plugins/PowerSupply.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/PowerSupply.java b/plugins/PowerSupply.java index 33f9874..8b0f69e 100644 --- a/plugins/PowerSupply.java +++ b/plugins/PowerSupply.java @@ -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; + } }