示例#1
0
 private void Send_Vinit2_Voltages(OC_Mode SelectedMode)
 {
     double[] Vinit2_Voltages = ocparam.Get_OC_Mode_Vinit2_Voltages(SelectedMode);
     byte[][] output_cmd      = ModelFactory.Get_DP213_Instance().Get_Vinit2_CMD(DP213OCSet.GetGammaSet(SelectedMode), Vinit2_Voltages);
     cmd.SendMipiCMD(output_cmd);
     api.WriteLine("Send_Vinit2_Voltages, OC_Mode : " + SelectedMode.ToString());
 }
示例#2
0
 public override string Get_Dual_OC_G2G_Param_Address(OC_Mode Mode)
 {
     return(Directory.GetCurrentDirectory() + "\\DP213\\Triple_Mode\\OC_Parameter_G2G_" + Mode.ToString() + ".csv");
 }