In slm.toml add:
diodes = { git = "JITx-Inc/diodes", version = "0.2.0" }
Create a Circuit Pool of ESD224 ESD protection diode arrays.
This function is a generator and expects to be called from a
pcb-module
context.
val esd = diodes/ESD224DQAR/create-esd-pool(2, GND)
require protected-pairs:dual-pair[4] from esd
topo-pair(src => protected-pairs[1].A => protected-pairs[1].B => dst)
Each array supports:
- Two
dual-pair
bundles - Four
pass-through
bundles
- num-ICs:Int Total number of ICs to instantiate in the pool
- GND:JITXObject Net for the ground that the ICs will terminate to.