diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex | 76 |
1 files changed, 73 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex index 1b0af8e7f55..68ab8db3124 100644 --- a/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex +++ b/Master/texmf-dist/doc/generic/pst-circ/pst-circ-doc.tex @@ -121,8 +121,9 @@ Thanks to: \\ \mbox{Uwe Siart}, \mbox{Carlos Marcelo de Oliveira Stein}, \mbox{Pierre Vivegnis}, -\mbox{Douglas Waud}, and -\mbox{Richard Weissnar}. +\mbox{Douglas Waud}, +\mbox{Richard Weissnar}, and +\mbox{Felix Wienker}. \end{sloppypar} \end{abstract} @@ -1160,7 +1161,7 @@ the coils are drawn as rectangles and the resistor as a \Lkeyword{zigzag}. \end{pspicture} \end{LTXexample} -\subsubsection{Potentiometer tripole} +\subsubsection{Tripoles} \xLcs{potentiometer}\xLkeyword{labeloffset} \begin{pspicture}(3,3) @@ -1215,6 +1216,75 @@ the coils are drawn as rectangles and the resistor as a \Lkeyword{zigzag}. \potentiometer[dipolestyle=zigzag](A)(B)(C){P} \end{pspicture} +\begin{pspicture}[showgrid=true](9.5,10) +\dotnode(0,2){N1} +\dotnode(4,2){N2} +\dotnode(2,0){N3} +\powermeter[tripolestyle=bottom,tripoleconfig=left](N1)(N2)(N3){WR} + +\rput(5,0){ +\dotnode(0,2){N1} +\dotnode(4,2){N2} +\dotnode(2,0){N3} +\powermeter[tripolestyle=bottom,tripoleconfig=right](N1)(N2)(N3){WR} +} + +\rput(0,3){ +\dotnode(0,2){N1} +\dotnode(4,2){N2} +\dotnode(2,4){N3} +\powermeter[tripolestyle=top,tripoleconfig=left](N1)(N2)(N3){WR} +} + +\rput(5,3){ +\dotnode(0,2){N1} +\dotnode(4,2){N2} +\dotnode(2,4){N3} +\powermeter[tripolestyle=top,tripoleconfig=right](N1)(N2)(N3){WR} +} + +\end{pspicture} + + + +\begin{pspicture}[showgrid=true](-1,-1)(9.5,5) +%\psgrid + +{%\psset{showNode} +\dotnode(0,4){NR}\nput{180}{NR}{R} +\dotnode(0,2.5){NS}\nput{180}{NS}{S} +\dotnode(0,1){NT}\nput{180}{NT}{T} +\dotnode(0,0){NNS}\nput{180}{NNS}{N} + +\dotnode(1.5,0){NWRM} +\dotnode(2.5,0){NWSM} +\dotnode(3.5,0){NWTM} + +\pnode(3,4){NRC} +\pnode(5,2.5){NSC} +\pnode(7,1){NTC} +\pnode(4,0){NNC} + +\dotnode(7,4){NU}\nput{0}{NU}{U} +\dotnode(7,2.5){NV}\nput{0}{NV}{V} +\dotnode(7,1){NW}\nput{0}{NW}{W} +\dotnode(7,0){NN}\nput{0}{NN}{N} +} + +\powermeter[tripolestyle=bottom,tripoleconfig=left](NR)(NRC)(NWRM){WR} +\powermeter[tripolestyle=bottom,tripoleconfig=left](NS)(NSC)(NWSM){WS} +\powermeter[tripolestyle=bottom,tripoleconfig=left](NT)(NTC)(NWTM){WT} + +\psframe(7,-0.5)(9,4.5) +\wire(NRC)(NU) +\wire(NSC)(NV) +\wire(NTC)(NW) +\wire(NNS)(NN) + +\end{pspicture} + + + \subsubsection{Other Parameters} \xLkeyword{OAinvert}\xLcs{OA} |