abse/wifi-smart-switch
The AO3400A component models a small N-channel MOSFET in a SOT-23 package with drain, gate, and source pins, used for switching or amplification in electronic circuits.
- Version
- 1.0.29
- License
- unset
- Stars
- 0
imports/PTF_77/PTF_77.tsx
import objPath from "./PTF_77.obj"
import type { ChipProps } from "@tscircuit/props"
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"]
} as const
export const PTF_77 = (props: ChipProps<typeof pinLabels>) => {
return (
<chip
pinLabels={pinLabels}
symbol={
<symbol>
<schematicpath points={[{"x":-0.2,"y":0},{"x":0.2,"y":0}]} strokeColor="#8D2323" strokeWidth={0.01} />
<port name="pin2" pinNumber={2} aliases={["2"]} direction="right" schX={0.4} schY={0} schStemLength={0.2} />
<port name="pin1" pinNumber={1} aliases={["1"]} direction="left" schX={-0.4} schY={0} schStemLength={0.2} />
<schematicrect schX={0} schY={0} width={0.52} height={0.12} color="#880000" strokeWidth={0.01} />
</symbol>
}
supplierPartNumbers={{
"jlcpcb": [
"C717030"
]
}}
manufacturerPartNumber="PTF-77"
footprint={<footprint>
<platedhole portHints={["pin1"]} pcbX="-11.324971mm" pcbY="0mm" outerDiameter="2.999994mm" holeDiameter="1.7999964mm" shape="circle" />
<platedhole portHints={["pin2"]} pcbX="11.324971mm" pcbY="0mm" outerDiameter="2.999994mm" holeDiameter="1.7999964mm" shape="circle" />
<silkscreenpath route={[{"x":12.20002640000007,"y":1.4933168000000023},{"x":12.20002640000007,"y":4.699990600000092}]} />
<silkscreenpath route={[{"x":12.20002640000007,"y":-4.699990599999978},{"x":12.20002640000007,"y":-1.4933167999998886}]} />
<silkscreenpath route={[{"x":-12.199975599999789,"y":1.4933168000000023},{"x":-12.199975599999789,"y":4.699990600000092}]} />
<silkscreenpath route={[{"x":-12.199975599999789,"y":-4.699990599999978},{"x":-12.199975599999789,"y":-1.4933167999998886}]} />
<silkscreenpath route={[{"x":12.20002640000007,"y":-4.699990599999978},{"x":-12.199975599999789,"y":-4.699990599999978}]} />
<silkscreenpath route={[{"x":12.20002640000007,"y":4.699990600000092},{"x":-12.199975599999789,"y":4.699990600000092}]} />
<silkscreentext text="{NAME}" pcbX="0.003429mm" pcbY="5.699mm" anchorAlignment="center" fontSize="1mm" />
<courtyardoutline outline={[{"x":-13.124370999999769,"y":4.949000000000069},{"x":13.131229000000076,"y":4.949000000000069},{"x":13.131229000000076,"y":-4.974399999999946},{"x":-13.124370999999769,"y":-4.974399999999946},{"x":-13.124370999999769,"y":4.949000000000069}]} />
</footprint>}
cadModel={{
objUrl: objPath,
pcbRotationOffset: 0,
modelOriginPosition: { x: 1.1170765999998595, y: -3.0919790000000003, z: 21.403495 },
}}
{...props}
/>
)
}