altered DAG

This commit is contained in:
Robin Clark 2011-05-09 09:20:09 +01:00
parent 4f1433d437
commit 0041b52fcb

View File

@ -302,9 +302,9 @@ back to their potential causes.
% This is the same as writing \foreach \name / \y in {1/1,2/2,3/3,4/4}
% \node[component, pin=left:Input \#\y] (I-\name) at (0,-\y) {};
\node[component] (OPAMP) at (0,-6) {$OPAMP$};
\node[component] (R1) at (0,-11) {$R_1$};
\node[component] (R2) at (0,-15) {$R_2$};
\node[component] (OPAMP) at (0,-4) {$OPAMP$};
\node[component] (R1) at (0,-9) {$R_1$};
\node[component] (R2) at (0,-13) {$R_2$};
%\node[component] (C-3) at (0,-5) {$C^0_3$};
%\node[component] (K-4) at (0,-8) {$K^0_4$};
@ -316,16 +316,16 @@ back to their potential causes.
%\foreach \name / \y in {1,...,5}
% \path[yshift=0.5cm]
\node[failure] (OPAMPLU) at (\layersep,-2) {latchup};
\node[failure] (OPAMPLD) at (\layersep,-4) {latchdown};
\node[failure] (OPAMPNP) at (\layersep,-6) {noop};
\node[failure] (OPAMPLS) at (\layersep,-8) {lowslew};
\node[failure] (OPAMPLU) at (\layersep,-0) {latchup};
\node[failure] (OPAMPLD) at (\layersep,-2) {latchdown};
\node[failure] (OPAMPNP) at (\layersep,-4) {noop};
\node[failure] (OPAMPLS) at (\layersep,-6) {lowslew};
\node[failure] (R1SHORT) at (\layersep,-11) {$R1_{SHORT}$};
\node[failure] (R1OPEN) at (\layersep,-13) {$R1_{OPEN}$};
\node[failure] (R1SHORT) at (\layersep,-9) {$R1_{SHORT}$};
\node[failure] (R1OPEN) at (\layersep,-11) {$R1_{OPEN}$};
\node[failure] (R2SHORT) at (\layersep,-15) {$R2_{SHORT}$};
\node[failure] (R2OPEN) at (\layersep,-17) {$R2_{OPEN}$};
\node[failure] (R2SHORT) at (\layersep,-13) {$R2_{SHORT}$};
\node[failure] (R2OPEN) at (\layersep,-15) {$R2_{OPEN}$};
@ -349,8 +349,8 @@ back to their potential causes.
% Potential divider failure modes
%
\node[symptom] (PDHIGH) at (\layersep*2,-13) {$PD_{HIGH}$};
\node[symptom] (PDLOW) at (\layersep*2,-15) {$PD_{LOW}$};
\node[symptom] (PDHIGH) at (\layersep*2,-11) {$PD_{HIGH}$};
\node[symptom] (PDLOW) at (\layersep*2,-13) {$PD_{LOW}$};
@ -363,9 +363,9 @@ back to their potential causes.
\node[symptom] (AMPHIGH) at (\layersep*3,-9) {$AMP_{HIGH}$};
\node[symptom] (AMPLOW) at (\layersep*3,-11) {$AMP_{LOW}$};
\node[symptom] (AMPLP) at (\layersep*3,-13) {$LOWPASS$};
\node[symptom] (AMPHIGH) at (\layersep*4,-6) {$AMP_{HIGH}$};
\node[symptom] (AMPLOW) at (\layersep*4,-8) {$AMP_{LOW}$};
\node[symptom] (AMPLP) at (\layersep*4,-10) {$LOWPASS$};
\path (PDLOW) edge (AMPHIGH);
\path (OPAMPLU) edge (AMPHIGH);