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