private void Clampvoltage(int chset, int mVvalue)
 {
     _apiName = "CLAMPVOLTAGE"; RetVal = AMb1340C.CLAMPVOLTAGE(_hSys, chset, mVvalue);
 }