예제 #1
0
def disable_sum_chans(maroc3_id,chans):
    return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,disable_sum,"disable signal for sum")
예제 #2
0
def disable_ctest_chans(maroc3_id,chans):
    return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,disable_ctest,"disable signal in ctest input")
예제 #3
0
def unmask_or2_chans(maroc3_id,chans):
    return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,unmask_or2,"unmask OR2")
예제 #4
0
def set_preamp_gain_chans(maroc3_id,chans,value):
    return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,set_preamp_gain,"preamp gain",value)
예제 #5
0
def set_dacadj_chans(skiroc_id, chans, dacadj):
    "set the dac adjustment to channels"
    return common_roc.apply_to_chans(skiroc_pool,skiroc_id,chans,set_dacadj,"set dac adjustment",dacadj)
예제 #6
0
def mask_or1_chans(maroc3_id,chans):
    return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,mask_or1,"mask OR1")
예제 #7
0
def unselect_leak_chans(skiroc_id,chans):  
    "unselect high leakage current on channels"
    return common_roc.apply_to_chans(skiroc_pool,skiroc_id,chans,unselect_leak_chan,"unselect high leakage current")
예제 #8
0
def disallow_trig_chans(skiroc_id,chans):
    "disallow trigger on channels"
    return common_roc.apply_to_chans(skiroc_pool,skiroc_id,chans,disallow_trig,"disallow trigger")
예제 #9
0
def disable_calib_chans(skiroc_id,chans): 
    "disable calibration capacitor on channels" 
    return common_roc.apply_to_chans(skiroc_pool,skiroc_id,chans,disable_calib_chan,"disable calibration capacitor")
예제 #10
0
def disable_preamp_chans(skiroc_id,chans):
    "disable the preamplifier on channels"
    return common_roc.apply_to_chans(skiroc_pool,skiroc_id,chans,disable_preamp_chan,"disable preamp")
예제 #11
0
def allow_trig_chans(spiroc_id,chans):
    "allow trigger on channels"
    return common_roc.apply_to_chans(spiroc_pool,spiroc_id,chans,allow_trig,"allow trigger")
예제 #12
0
def disable_dac_data_chans(easiroc_id, chans):
    return common_roc.apply_to_chans(easiroc_pool, easiroc_id, chans, disable_dac_data, "disable dac data")
예제 #13
0
def set_dac_data_chans(easiroc_id, chans, value):
    return common_roc.apply_to_chans(easiroc_pool, easiroc_id, chans, set_dac_data, "set dac data", value)