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

S" NSPICE OUTPUT"   SET-1STTITLE
S" Freq [Hz]"       SET-HLABEL

when GOutput graph-id# =
   [IF]
	S" Input Current" SET-2NDTITLE
	S" Iin"  SET-VLABEL
	S" [dB]" SET-VLABEL2
 [THEN]

when GOutputPhase graph-id# =
   [IF]
	S" Output Phase" SET-2NDTITLE
	S" out"   SET-VLABEL
	S"  []  " SET-VLABEL2
 [THEN]

