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

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

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

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 Vout graph-id# =
when Vout-slow graph-id# =
OR [IF]
	S" Output Voltage" SET-2NDTITLE
	S" Vout" SET-VLABEL
	S" [V]"  SET-VLABEL2
 [THEN]

