Beispiel #1
0
        byte[] Get_Dec_ELVSS()
        {
            byte[] Dec_ELVSS = new byte[DP213_Static.Max_HBM_and_Normal_Band_Amount];
            for (int i = 0; i < DP213_Static.Max_HBM_and_Normal_Band_Amount; i++)
            {
                Dec_ELVSS[i] = Convert.ToByte(Imported_my_cpp_dll.DP213_ELVSS_Voltage_to_Dec(ELVSS_Voltage[i]));
            }

            return(Dec_ELVSS);
        }
Beispiel #2
0
        byte[] Get_Dec_Vinit2()
        {
            byte[] Dec_Vinit2 = new byte[DP213_Static.Max_HBM_and_Normal_Band_Amount];
            for (int i = 0; i < DP213_Static.Max_HBM_and_Normal_Band_Amount; i++)
            {
                Dec_Vinit2[i] = Convert.ToByte(Imported_my_cpp_dll.DP213_VINI2_Voltage_to_Dec(Vinit2_Voltage[i]));
            }

            return(Dec_Vinit2);
        }