Closedown
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user