Correccion de tiempos de switcheo
This commit is contained in:
parent
b958790378
commit
f045c115d8
@ -91,14 +91,14 @@ if __name__ == '__main__':
|
||||
|
||||
lts_path = "C:/Users/osuescuneli/AppData/Local/Programs/ADI/LTspice/LTspice.exe"
|
||||
|
||||
Tension = 150
|
||||
Tension = 50
|
||||
Resistencia = 1.942
|
||||
Inductancia = 11e-6
|
||||
Capacitancia = 1e-3
|
||||
|
||||
tiempoSimulacion = 0.02
|
||||
tiempoSwitch = 1e-3
|
||||
tiempoMos = 1.5e-3
|
||||
tiempoSimulacion = 15e-3
|
||||
tiempoSwitch = 25e-6
|
||||
tiempoMos = 50e-6
|
||||
|
||||
|
||||
resultado = simular(Tension,
|
||||
|
@ -13,13 +13,13 @@ R1 condensador V1 {R}
|
||||
.lib C:\Users\osuescuneli\AppData\Local\LTspice\lib\cmp\standard.mos
|
||||
.tran 0 {tsim} 0
|
||||
.Model SW SW(Ron=1m Roff=100Meg Vt = 5)
|
||||
.param tsim 20m
|
||||
.param toff_sw 1m
|
||||
.param ton_mos 1.5m
|
||||
.param tsim 15m
|
||||
.param toff_sw 25u
|
||||
.param ton_mos 50u
|
||||
.param R 1.942
|
||||
.param C 1m
|
||||
.param L 11u
|
||||
.param V 150
|
||||
.param V 50
|
||||
.param delta tsim-ton_mos
|
||||
.backanno
|
||||
.end
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user