Closedown
This commit is contained in:
@@ -259,8 +259,10 @@ diag_channels.append(ChamberPressure)
|
||||
diag_channels.append(BeamlinePressure)
|
||||
diag_channels.append(ManipulatorTempA)
|
||||
diag_channels.append(ManipulatorTempB)
|
||||
diag_channels.append(ManipulatorCoolFlow)
|
||||
diag_channels.append(ManipulatorCoolFlowSet)
|
||||
if get_device("ManipulatorCoolFlow"):
|
||||
diag_channels.append(ManipulatorCoolFlow)
|
||||
if get_device("ManipulatorCoolFlowSet"):
|
||||
diag_channels.append(ManipulatorCoolFlowSet)
|
||||
diag_channels.append(MonoGrating)
|
||||
|
||||
diag_channels = sorted(diag_channels, key=lambda channel: channel.name)
|
||||
|
||||
Reference in New Issue
Block a user