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

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

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]

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

when Vduta graph-id# =
when Vduta-slow graph-id# =
OR [IF]
	S" Dutycycle " SET-2NDTITLE
	S" Dut" SET-VLABEL
	S" [%]" SET-VLABEL2
 [THEN]

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

