Пример #1
0
        public PQ142_Sel2To1() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            Chip = new Chips.Quad_2_To_1_Selector();

            PinModes[3]  = PinMode.Ouput;
            PinModes[6]  = PinMode.Ouput;
            PinModes[8]  = PinMode.Ouput;
            PinModes[11] = PinMode.Ouput;
        }
Пример #2
0
        public PQ142_Sel2To1() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            Chip = new Chips.Quad_2_To_1_Selector();

            SetPinModes(3, PinMode.Ouput);
            SetPinModes(6, PinMode.Ouput);
            SetPinModes(8, PinMode.Ouput);
            SetPinModes(11, PinMode.Ouput);
        }