5432: add TEC

Closes #23.
nix_fix
occheung 2022-01-14 14:33:39 +08:00
parent 3654502d1b
commit b0851a479e
1 changed files with 5 additions and 0 deletions

View File

@ -115,6 +115,11 @@ All channels can be updated simultaneously.
\draw [-latexslim] (2.2, 0) -- (eem1.west);
\draw [-latexslim] (1.4, 0) -- (eem0.west);
% TEC & TEC controller connector below the EEM IN connectors
\draw (8.2, -3.5) node[twoportshape, t=\MymyLabel{TEC Controller}{Connector}, circuitikz/bipoles/twoport/width=2.2, scale=0.7, rotate=-90] (tec_conn) {};
\draw (6.2, -3.5) node[twoportshape, t=\MymyLabel{TEC}{Cooler}, circuitikz/bipoles/twoport/width=1.4, circuitikz/bipoles/twoport/height=1.4, scale=0.7] (tec_cooler) {};
\draw [latexslim-latexslim] (tec_conn.south) -- (tec_cooler.east);
\end{circuitikz}
}