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

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

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

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

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

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

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