def disable_sum_chans(maroc3_id,chans): return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,disable_sum,"disable signal for sum")
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")
def unmask_or2_chans(maroc3_id,chans): return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,unmask_or2,"unmask OR2")
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)
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)
def mask_or1_chans(maroc3_id,chans): return common_roc.apply_to_chans(maroc3_pool,maroc3_id,chans,mask_or1,"mask OR1")
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")
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")
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")
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")
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")
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")
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)