-- This file sets up the texts shown when plotting results for TR11.CIR

S" NSPICE OUTPUT"   SET-1STTITLE
S" Time [s]"        SET-HLABEL

when Icap graph-id# =
when Icap-slow graph-id# =
OR [IF]
	S" Capacitor Current" SET-2NDTITLE
	S" Icap" SET-VLABEL
	S" [A]"  SET-VLABEL2
 [THEN]

when Vcap graph-id# =
when Vcap-slow graph-id# =
OR [IF]
	S" Capacitor Voltage" SET-2NDTITLE
	S" Vcap" SET-VLABEL
	S" [V]"  SET-VLABEL2
 [THEN]

when Iind graph-id# =
when Iind-slow graph-id# =
OR [IF]
	S" Inductor Current" SET-2NDTITLE
	S" Iind" SET-VLABEL
	S" [A]"  SET-VLABEL2
 [THEN]

when IRleak graph-id# =
when IRleak-slow graph-id# =
OR [IF]
	S" Rleak Current" SET-2NDTITLE
	S" Irl" SET-VLABEL
	S" [A]"  SET-VLABEL2
 [THEN]
