Ir2110 Proteus Library //top\\

: It features logic inputs (HIN and LIN) that are compatible with standard CMOS or LSTTL outputs, typically ranging from 3.3V to 15V. Propagation Delay

Since the IR2110 is just a high/low-side driver (not a complex power switch), you can build a functional simulation using primitives. ir2110 proteus library

For critical designs, use LTspice with Infineon’s official SPICE model (available from Infineon website). Use Proteus only for system-level validation where speed and visual feedback (e.g., Arduino + IR2110) are more important than absolute accuracy. : It features logic inputs (HIN and LIN)

Proteus allows for detailed performance verification of the IR2110: Use Proteus only for system-level validation where speed

*IR2110 Simplified Functional Model for Proteus .SUBCKT IR2110 HIN LIN SD VCC VDD COM VS VB HO LO + PARAMS: VTH=2.5 * Level shifters E_HO VS VB VALUE=IF(V(HIN,COM)>VTH, V(VB,VS), 0) * High side output (with delay) R_HO HO VS 10 C_HO HO VS 1n * Low side output E_LO LO COM VALUE=IF(V(LIN,COM)>VTH & V(SD,COM)<1, V(VCC,COM), 0) R_LO LO COM 10 .ENDS