fix(spice): corregir errores LTspice en buck chain y output stage
1_buck_chain.cir:
- RL1 creaba nodo flotante V5V_AFTER_L sin retorno
- Reemplazado por parametro Rser=0.051 en L1 (soporte nativo LTspice)
2_output_stage.cir:
- Gcoll con VALUE={} no es sintaxis valida para G-source en LTspice
→ convertido a B-source: Bcoll GATE_Q1 EMITTER I={MAX(0, 1.0*I(Dled))}
- .net V(out1) VLOAD → directiva invalida en este contexto, eliminada
- .meas V(out1) → nodo inexistente, corregido a V(drain_q1)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -57,14 +57,10 @@ Ebuck1 V5V_IDEAL GND VALUE={
|
||||
Rbuck1 V5V_IDEAL V5V_SW 0.05
|
||||
|
||||
* Inductor de salida real: L2 = DRA74-6R8-R (6.8uH, DCR=51mOhm)
|
||||
L1 V5V_SW V5V 6.8u
|
||||
* DCR modelado con Rser= (parametro interno de LTspice) — evita nodo flotante
|
||||
L1 V5V_SW V5V 6.8u Rser=0.051
|
||||
.ic V(V5V)=0
|
||||
|
||||
* Resistencia serie del inductor (DCR)
|
||||
RL1 V5V_SW V5V_AFTER_L 0.051
|
||||
* (el inductor ya incluye series resistance internamente, pero LTspice
|
||||
* permite separarlo para mejor visualizacion)
|
||||
|
||||
* Condensadores de salida — 2x 22uF en paralelo
|
||||
* ESR de EMK212BBJ226MGT a 1MHz: ~10mOhm. En paralelo = 5mOhm
|
||||
Cout1a V5V GND 22u IC=0
|
||||
|
||||
Reference in New Issue
Block a user