Gast
#3191872
Hallo! Zur Modellierung einer 50mAh-Lithium-Zelle wollte ich eine Spannungsquelle mit externer PWL nutzen. Um die Spannung abhängig vom Strom zu machen (Batterie ist ja ladungsbegrenzt), habe ich mir folgendes gedacht: [code] t1 =(I(V_int28)/(-50m))*0000 4.4 t2 =(I(V_int28)/(-50m))*0010 4.37 t3 =(I(V_int28)/(-50m))*0020 4.35 t4 =(I(V_int28)/(-50m))*0030 4.33 t5 =(I(V_int28)/(-50m))*0040 4.32 t6 =(I(V_int28)/(-50m))*0060 4.31 t7 =(I(V_int28)/(-50m))*0100 4.3 t8 =(I(V_int28)/(-50m))*3000 4.1 t9 =(I(V_int28)/(-50m))*3250 4.0 t10=(I(V_int28)/(-50m))*3300 3.9 t11=(I(V_int28)/(-50m))*3350 3.75 t12=(I(V_int28)/(-50m))*3400 3.6 t13=(I(V_int28)/(-50m))*3450 3.35 t14=(I(V_int28)/(-50m))*3500 3.0 t15=(I(V_int28)/(-50m))*3550 2.5 t16=(I(V_int28)/(-50m))*3600 1.9 t17=(I(V_int28)/(-50m))*3640 1.0 t18=(I(V_int28)/(-50m))*3670 0.5 t19=(I(V_int28)/(-50m))*3690 -10 [\code] Leider kommt Spice mit der vom Strom skalierten Zeit nicht klar. Da mehrere Zellen paralell geschaltet werden sollen, ist jedoch eine kapazitätsabhängige Spannung essentiell. Wer hat eine (alternative) Idee? Viele Grüße Lucas