public static int Set_USB_PS2_5V() { int nStatus = 0; Thread.Sleep(500); nStatus = SendI2CCommand("D+_D-_CLOSE"); nStatus = CJagTests.SetUSB_PS2_5V(); return(nStatus); }
public static int SetPowerSupply(int nChannel, string strVoltage, string strCurrent, string strState) { return(CJagTests.SetPowerSupply(nChannel, strVoltage, strCurrent, strState)); }