From 88884f73aebdaf9901b00d6a7437726c015840c9 Mon Sep 17 00:00:00 2001 From: Vonka Jakub Date: Mon, 20 Feb 2023 17:33:17 +0100 Subject: [PATCH] Adding Smaract XYZ --- pv_channels.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pv_channels.py b/pv_channels.py index 8a5c45f..1ec1e9b 100644 --- a/pv_channels.py +++ b/pv_channels.py @@ -303,6 +303,16 @@ pvs_standa = [ "SARES30MOBI1:MOT_3", ] +############################### +# Smaract stages mini XYZ from SwissMX +pvs_smaract_xyz = [ + "SARES30-MCS2750:MOT_1.RBV", + "SARES30-MCS2750:MOT_1.VAL", + "SARES30-MCS2750:MOT_2.RBV", + "SARES30-MCS2750:MOT_2.VAL", + "SARES30-MCS2750:MOT_3.RBV", + "SARES30-MCS2750:MOT_3.VAL", +] #################### # Attocube motors @@ -313,7 +323,7 @@ pvs_attocube=[ ############################### # Smaract stages from Juraj -pvs_smaract = [ +pvs_smaract_juraj = [ "SARES30-XSMA156:X:MOTRBV", "SARES30-XSMA156:Y:MOTRBV", "SARES30-XSMA156:Z:MOTRBV", @@ -350,6 +360,7 @@ pvs = ( + pvs_PSCD153 + pvs_OKBH154 + pvs_standa + + pvs_smaract_xyz # + pvs_attocube - # + pvs_smaract + # + pvs_smaract_juraj ) \ No newline at end of file