Closedown

This commit is contained in:
gac-x03da
2021-10-26 09:48:52 +02:00
parent 69f38369dd
commit 9e169cb085

View File

@@ -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)