Esempio n. 1
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));
        }
Esempio n. 2
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));
        }
Esempio n. 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));
        }
Esempio n. 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));
        }