diff --git a/2118-2128.tex b/2118-2128.tex index 2d4ed2e..598102f 100644 --- a/2118-2128.tex +++ b/2118-2128.tex @@ -322,9 +322,14 @@ The card support a minimum pulse width of 3ns. \begin{figure}[hbt!] \centering - \subfloat[\centering BNC-TTL]{{\includegraphics[width=1.24in]{photo2118.jpg} }}% - \qquad - \subfloat[\centering SMA-TTL]{{\includegraphics[width=1.18in]{photo2128.jpg} }}% + \subfloat[\centering BNC-TTL]{{ + \includegraphics[height=1.8in]{DIO_BNC_FP.png} + \includegraphics[height=1.8in]{photo2118.jpg} + }}% + \subfloat[\centering SMA-TTL]{{ + \includegraphics[height=1.8in]{DIO_SMA_FP.png} + \includegraphics[height=1.8in]{photo2128.jpg} + }}% \caption{BNC-TTL/SMA-TTL Card photos}% \label{fig:example}% \end{figure} @@ -462,6 +467,14 @@ def run(self): self.ttlout.pulse(1*us) \end{minted} +\section{Front Panel Dimensions} +\begin{figure}[hbt!] + \centering + \includegraphics[height=2in]{DIO_SMA_drawings.jpg} + \includegraphics[height=2in]{DIO_SMA_assembly.jpg} + \caption{2128 SMA-TTL front panel drawings.} +\end{figure} + \section{Ordering Information} To order, please visit \url{https://m-labs.hk} and select the 2118 BNC-TTL/2128 SMA-TTL in the ARTIQ Sinara crate configuration tool. The card may also be ordered separately by writing to \url{mailto:sales@m-labs.hk}. diff --git a/DIO_BNC_FP.png b/DIO_BNC_FP.png new file mode 100644 index 0000000..fddb4cf Binary files /dev/null and b/DIO_BNC_FP.png differ diff --git a/DIO_SMA_FP.png b/DIO_SMA_FP.png new file mode 100644 index 0000000..6c32230 Binary files /dev/null and b/DIO_SMA_FP.png differ diff --git a/DIO_SMA_assembly.jpg b/DIO_SMA_assembly.jpg new file mode 100644 index 0000000..e6f336a Binary files /dev/null and b/DIO_SMA_assembly.jpg differ diff --git a/DIO_SMA_drawings.jpg b/DIO_SMA_drawings.jpg new file mode 100644 index 0000000..22eaccc Binary files /dev/null and b/DIO_SMA_drawings.jpg differ