Example #1
0
        public byte[] Get_Read_Cold_ELVSS_CMD()
        {
            byte Quantity    = 12;
            byte Start_Index = Get_Start_Index_of_Cold_ELVSS();
            byte Address     = Convert.ToByte("E0", 16);

            return(Static_Func.Get_ReadCMD_Output_bytes(Start_Index, Address, Quantity));
        }
Example #2
0
        public byte[] Get_Read_Vinit2_CMD()
        {
            byte Quantity    = 12;
            byte Start_Index = Get_Start_Index_of_Vinit2();
            byte Address     = Get_Address_of_Vinit2();

            return(Static_Func.Get_ReadCMD_Output_bytes(Start_Index, Address, Quantity));
        }
Example #3
0
        public byte[] Get_Normal_Read_Vreg1_CMD()
        {
            byte Start_Index = Convert.ToByte(DP213_Static.Get_Set_Vreg1_Start_Offset(Set));
            byte Address     = Convert.ToByte("B1", 16);
            byte Quantity    = Convert.ToByte(DP213_Static.One_Normal_GammaSet_Vreg1_Parameters_Amount);

            return(Static_Func.Get_ReadCMD_Output_bytes(Start_Index, Address, Quantity));
        }
Example #4
0
        public byte[] Get_Read_Gamma_AM1_AM0_CMD()
        {
            byte Start_Index = Convert.ToByte(DP213_Static.Get_Band_Gamma_Start_Offset(band));
            byte Address     = Convert.ToByte(DP213_Static.Get_Band_Set_Gamma_Hex_Register(Set, band), 16);
            byte Quantity    = 45;

            return(Static_Func.Get_ReadCMD_Output_bytes(Start_Index, Address, Quantity));
        }
Example #5
0
        public byte[] Get_Normal_Read_REF0_REF4095_CMD()
        {
            byte Start_Index = 19;
            byte Address     = Convert.ToByte("B1", 16);
            byte Quantity    = 2;

            return(Static_Func.Get_ReadCMD_Output_bytes(Start_Index, Address, Quantity));
        }
Example #6
0
        public byte[] Get_AOD_Read_DBV_CMD()
        {
            byte Start_Index = 0;
            byte Address     = Convert.ToByte("B2", 16);
            byte Quantity    = 4;

            return(Static_Func.Get_ReadCMD_Output_bytes(Start_Index, Address, Quantity));
        }