public PlainHardware_Simulation()
 {
     _CH1 = new PlainfbIntValueSimulation();
     _CH2 = new PlainfbIntValueSimulation();
     _CH3 = new PlainfbIntValueSimulation();
     _CH4 = new PlainfbIntValueSimulation();
 }
 protected PlainfbIntValueSimulation CreatePlainerType(PlainfbIntValueSimulation cloned)
 {
     return(cloned);
 }
        public PlainfbIntValueSimulation CreatePlainerType()
        {
            var cloned = new PlainfbIntValueSimulation();

            return(cloned);
        }