import TVS, ElectricPower, Electricaltvs = new TVStvs.reverse_breakdown_voltage = 5.1V +/- 5%tvs.max_current = 1Atvs.reverse_working_voltage = 5Vtvs.package = "SOD-123"# Connect TVS for power line protectionpower_supply = new ElectricPowerprotected_line = new Electrical# TVS protects against voltage spikesprotected_line ~ tvs.anodetvs.cathode ~ power_supply.lv # Connect to ground# Bidirectional TVS for signal line protectionsignal_tvs = new TVSsignal_tvs.reverse_breakdown_voltage = 3.3V +/- 5%signal_line = new Electricalsignal_line ~ signal_tvs.anodesignal_tvs.cathode ~ power_supply.lv# Common applications: ESD protection, power surge protection# TVS clamps voltage spikes to protect sensitive components
Components
TVS
Copy
Ask AI
import TVS, ElectricPower, Electricaltvs = new TVStvs.reverse_breakdown_voltage = 5.1V +/- 5%tvs.max_current = 1Atvs.reverse_working_voltage = 5Vtvs.package = "SOD-123"# Connect TVS for power line protectionpower_supply = new ElectricPowerprotected_line = new Electrical# TVS protects against voltage spikesprotected_line ~ tvs.anodetvs.cathode ~ power_supply.lv # Connect to ground# Bidirectional TVS for signal line protectionsignal_tvs = new TVSsignal_tvs.reverse_breakdown_voltage = 3.3V +/- 5%signal_line = new Electricalsignal_line ~ signal_tvs.anodesignal_tvs.cathode ~ power_supply.lv# Common applications: ESD protection, power surge protection# TVS clamps voltage spikes to protect sensitive components
This module’s manufacturer name, as a string.Only exact matches on the manufacturer’s name will be found by the picker.
It’s recommended to fill this information based on what ato create component
provides.
Only for ModuleInterfaces.
If set to True, require that interface is connected to something outside
of the module it’s defined in.
Copy
Ask AI
import TVS, ElectricPower, Electricaltvs = new TVStvs.reverse_breakdown_voltage = 5.1V +/- 5%tvs.max_current = 1Atvs.reverse_working_voltage = 5Vtvs.package = "SOD-123"# Connect TVS for power line protectionpower_supply = new ElectricPowerprotected_line = new Electrical# TVS protects against voltage spikesprotected_line ~ tvs.anodetvs.cathode ~ power_supply.lv # Connect to ground# Bidirectional TVS for signal line protectionsignal_tvs = new TVSsignal_tvs.reverse_breakdown_voltage = 3.3V +/- 5%signal_line = new Electricalsignal_line ~ signal_tvs.anodesignal_tvs.cathode ~ power_supply.lv# Common applications: ESD protection, power surge protection# TVS clamps voltage spikes to protect sensitive components