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

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

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

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

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

