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

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

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

when Fbvoltage1 graph-id# =
when Fbvoltage-slow1 graph-id# = 
OR [IF]
	S" Feedback Voltage1" SET-2NDTITLE
	S" Vfb1" SET-VLABEL
	S" [V]"  SET-VLABEL2
 [THEN]

when Fbvoltage2 graph-id# =
when Fbvoltage-slow2 graph-id# = 
OR [IF]
	S" Feedback Voltage2" SET-2NDTITLE
	S" Vfb2" SET-VLABEL
	S" [V]"  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 Ielco graph-id# =
when Ielco-slow graph-id# =
OR [IF]
	S" Elco Current" SET-2NDTITLE
	S" Ielco" 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]

