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

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

when Isw graph-id# =
when Isw-slow graph-id# =
OR [IF]
	S" Switch current" SET-2NDTITLE
	S" Isw" SET-VLABEL
	S" [A]" SET-VLABEL2
 [THEN]

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

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

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

