# shutdown # # Astrid script to shut down Zpectrometer at end of observing session. # # 2008.11.01 AB Copied from zpec07-shutdown. # Remove Zpec from scan coordinator SetValues("ScanCoordinator", {"subsystemSelect,Zpectrometer": 0}) SetValues("ScanCoordinator", {"state": "prepare"}) # Set microwave relays to remove Zpec from IF SetValues('Rcvr26_40', {'diff1_bypassHybrid': 'swOff', 'sum1_bypassHybrid': 'swOff', 'diff1_toZpectrometer': 'swOff', 'sum1_toZpectrometer': 'swOff'}) SetValues('Rcvr26_40',{'state':'prepare'})