\ belongs to ac20d.cir
S" " set-2ndtitle
S" " set-ixline
0 TO X-col  
S" Rlamp [Ohm]" set-hlabel

graph-id# 1 
= [IF]  10e 1e  1e6 10e    DIMENSIONS 
	S" Vlamp - Rlamp" set-1sttitle
	1  TO Y-col  
	S" Vlamp" set-vlabel 
	S" [V]" set-vlabel2 
[THEN]

graph-id# 2 
= [IF]  10e 0e  1e6 10e-3  DIMENSIONS 
	2  TO Y-col  
	S" Ilamp - Rlamp" set-1sttitle
	S" Ilamp" set-vlabel 
	S" [A]" set-vlabel2 
[THEN]

