public TOFChannel GetResult()
        {
            TOFChannel tc = new TOFChannel();

            tc.On         = On.GetResult();
            tc.Off        = Off.GetResult();
            tc.Difference = Difference.GetResult();
            return(tc);
        }