Compare commits
No commits in common. "274b92d92c80bef5ff5a8197fbcfada87812bd3c" and "de05d99c19d7856e5d7c0ddf6136142b4f91ebe4" have entirely different histories.
274b92d92c
...
de05d99c19
@ -125,9 +125,13 @@ def simular_LTS(tensionCap, Rtotal, Lbobina, Ctotal, lts_path, tSim = 100e-3, to
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
|
|
||||||
lts_path = "C:/Users/osuescuneli/AppData/Local/Programs/ADI/LTspice/LTspice.exe"
|
lts_path = "C:/Users/osuescuneli/AppData/Local/Programs/ADI/LTspice/LTspice.exe"
|
||||||
|
=======
|
||||||
|
lts_path = "D:\\Appdata\\LTSpice\\LTSPice.exe"
|
||||||
|
>>>>>>> a2d05aa067ff48217660c219d56c5865db470197
|
||||||
|
|
||||||
Tension = 300
|
Tension = 300
|
||||||
Resistencia = 10
|
Resistencia = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user