public void UseSettingOnMCA(DT5780 mca, int channel) { mca.set_HVVMax(channel, VMax); mca.set_HVVSet(channel, VSet); mca.set_HVISet(channel, ISet); }