Beispiel #1
0
        public PQ041G_NotGate() : base(14)
        {
            IcType    = ICType.ic4;
            ModelName = "IC14";

            Chip = new Chips.Hex_Not_Gates();

            PinModes[1]  = PinMode.Ouput;
            PinModes[3]  = PinMode.Ouput;
            PinModes[5]  = PinMode.Ouput;
            PinModes[7]  = PinMode.Ouput;
            PinModes[9]  = PinMode.Ouput;
            PinModes[11] = PinMode.Ouput;
        }
Beispiel #2
0
        public PQ041G_NotGate() : base(14)
        {
            IcType    = ICType.ic4;
            ModelName = "IC14";

            PinNames = new string[] { "A1", "Y1", "A2", "Y2", "A3", "Y3", "GND", "Y4", "A4", "Y5", "A5", "Y6", "A6", "VCC" };

            Chip = new Chips.Hex_Not_Gates();

            SetPinModes(1, PinMode.Ouput);
            SetPinModes(3, PinMode.Ouput);
            SetPinModes(5, PinMode.Ouput);
            SetPinModes(7, PinMode.Ouput);
            SetPinModes(9, PinMode.Ouput);
            SetPinModes(11, PinMode.Ouput);
        }