Exemple #1
0
 public Error_Message(Error_Type error_type1, string Str_Current_Equpment_name, string Str_Current_Funtion, int iCurrent_Addr, EQUIP_IO_Type IO_Type1, string Str_Set_Value1, string Str_Current_Message, string Str_Current_solution)
 {
     Str_Equpment_name = Str_Current_Equpment_name;
     Str_Function      = Str_Current_Funtion;
     iAddr             = iCurrent_Addr;
     IO_Type           = IO_Type1;
     Str_Set_Value     = Str_Set_Value1;
     Str_Message       = Str_Current_Message;
     Str_solution      = Str_Current_solution;
 }
Exemple #2
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;
        }