from test_common import * #RCUs=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31]; #RCUs=[4,5]; #RCUs=[3,5,7,8,11]; #RCUs=[16,17,18,19]; RCUs=[0,1,2,3]#,1,2,3]; #RCUs=[6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31]; connect() #8,12 setRCUmask(RCUs) #def wait(var1="RECVTR_translator_busy_R"): # for x in range(20):# # busy=get_value(var1) # print(busy) # if not(busy): break # time.sleep(0.1) # print("Time=",x*0.1,"s") #call_debug_method("ADC0_test") #call_debug_method("ADC1_test") #call_debug_method("ADC2_test") #call_debug_method("ADC_scramble_off") call_debug_method("ADC_dither_off") #call_debug_method("ADC_dither_on") #call_debug_method("ADC_scramble_on") #call_debug_method("ADC_test_off") #call_debug_method("ADC_DCcorrect_on") #call_debug_method("RCU_DTH_shutdown") disconnect();