From f1740fe99b3281e6f7420a56455667cad4b51c3b Mon Sep 17 00:00:00 2001 From: Menno Norden <norden@astron.nl> Date: Thu, 5 Nov 2009 16:36:21 +0000 Subject: [PATCH] bug 1315: added switch off PRSG --- LCU/StationTest/station_production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCU/StationTest/station_production.py b/LCU/StationTest/station_production.py index 66a727359a0..72c27ad9357 100644 --- a/LCU/StationTest/station_production.py +++ b/LCU/StationTest/station_production.py @@ -265,7 +265,7 @@ else: ################################################################################ # End of the subrack test - +cli.command('rspctl --rcuprsg=0') sr.setId('Subrack - ') dt = sr.getRunTime() sr.appendLog(2,'Duration: %02dm:%02ds' % (dt/60 % 60, dt % 60)) -- GitLab