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_Cold_ELVSS_0x00_CMD()
        {
            byte Start_Index = Get_Start_Index_of_Cold_ELVSS();
            byte Address     = Convert.ToByte("E0", 16);

            byte[] Dec_ELVSS = Get_ELVSS_Zeros();
            return(Static_Func.Get_WriteCMD_Output_bytes(Start_Index, Address, Dec_ELVSS));
        }
Example #3
0
        public byte[][] Get_REF4095_REF0_0x00_CMD()
        {
            byte Start_Index = 19;
            byte Address     = Convert.ToByte("B1", 16);

            byte[] REF4095_REF0 = { 0, 0 };
            return(Static_Func.Get_WriteCMD_Output_bytes(Start_Index, Address, REF4095_REF0));
        }
Example #4
0
        public byte[][] Get_Cold_Vinit2_0x00_CMD()
        {
            byte Start_Index = Get_Start_Index_of_Cold_Vinit2();
            byte Address     = Convert.ToByte("E4", 16);

            byte[] Dec_Vinit2 = Get_Vinit2_Zeros();
            return(Static_Func.Get_WriteCMD_Output_bytes(Start_Index, Address, Dec_Vinit2));
        }
Example #5
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 #6
0
        public byte[][] Get_Vreg1_0x00_CMD()
        {
            byte Start_Index = Convert.ToByte(DP213_Static.Get_Set_Vreg1_Start_Offset(Set));
            byte Address     = Convert.ToByte("B1", 16);

            byte[] Vreg1_Array = Get_Set_Hex_Normal_Vreg1_Zeros();
            return(Static_Func.Get_WriteCMD_Output_bytes(Start_Index, Address, Vreg1_Array));
        }
Example #7
0
        public byte[][] Get_Vinit2_0x00_CMD()
        {
            byte Start_Index = Get_Start_Index_of_Vinit2();
            byte Address     = Get_Address_of_Vinit2();

            byte[] Dec_Vinit2 = Get_Vinit2_Zeros();
            return(Static_Func.Get_WriteCMD_Output_bytes(Start_Index, Address, Dec_Vinit2));
        }
Example #8
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 #9
0
        public byte[][] Get_Gamma_AM1_AM0_0x00_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[] Gamma_Array = Get_byte_Gamma_0x00_Params();
            return(Static_Func.Get_WriteCMD_Output_bytes(Start_Index, Address, Gamma_Array));
        }
Example #10
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 #11
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 #12
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));
        }