Ejemplo n.º 1
0
        public Error_Message(Error_Message e)
        {
            Str_Test_Mode_name    = e.Str_Test_Mode_name;
            Str_Test_Mode_Methord = e.Str_Test_Mode_Methord;
            IO_Type = EQUIP_IO_Type.GPIB;
            //  Str_Error_Type = e.Str_Error_Type;
            Str_Equpment_name = e.Str_Equpment_name;
            Str_Function      = e.Str_Function;

            iAddr = e.iAddr;
            // IO_Type. = e.IO_Type;
            iChannel      = e.iChannel;
            Str_Set_Value = e.Str_Set_Value;
            Str_Message   = e.Str_Message;
            Str_solution  = e.Str_solution;
        }
Ejemplo n.º 2
0
        public Error_Message(string Str_Current_Test_Mode_name, string Str_Current_Test_Mode_Methord, Error_Message e)
        {
            Str_Test_Mode_name    = Str_Current_Test_Mode_name;
            Str_Test_Mode_Methord = Str_Current_Test_Mode_Methord;

            //   Str_Error_Type = e.Str_Error_Type;
            Str_Equpment_name = e.Str_Equpment_name;
            Str_Function      = e.Str_Function;
            iAddr             = e.iAddr;
            byte_IO_Type      = e.byte_IO_Type;
            iChannel          = e.iChannel;
            Str_Set_Value     = e.Str_Set_Value;
            Str_Message       = e.Str_Message;
            Str_solution      = e.Str_solution;
        }