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

@@ -11,7 +11,7 @@
#sin=ch.psi.pshell.epics.ChannelDouble TESTIOC:TESTSINUS:SinCalc 6
#arr=ch.psi.pshell.epics.ChannelDoubleArray TESTIOC:TESTWF2:MyWF 6
#pv=ch.psi.pshell.epics.ProcessVariable TESTIOC:TESTCALCOUT:Input
#$motor=ch.psi.pshell.epics.Motor MTEST-GOBBO:MOT1
$motor=ch.psi.pshell.epics.Motor MTEST-GOBBO:MOT1
#$motor2=ch.psi.pshell.epics.Motor MTEST-GOBBO:MOT2
#table=ch.psi.pshell.dev.MotorGroupBase motor motor2
#manip=ch.psi.pshell.epics.Manipulator

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;
}
}