forked from sinara-hw/datasheets
parent
876291025b
commit
d9ac9d3d18
|
@ -19,6 +19,7 @@
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usepackage{pgfplots}
|
\usepackage{pgfplots}
|
||||||
\usepackage{circuitikz}
|
\usepackage{circuitikz}
|
||||||
|
\usepackage{pifont}
|
||||||
\usetikzlibrary{calc}
|
\usetikzlibrary{calc}
|
||||||
\usetikzlibrary{fit,backgrounds}
|
\usetikzlibrary{fit,backgrounds}
|
||||||
|
|
||||||
|
@ -603,6 +604,8 @@ Harmonic content of the DDS signals from 4410 Urukul is tabulated below. An exte
|
||||||
\caption{Nyquist rejection 400 MHz to 600 MHz}
|
\caption{Nyquist rejection 400 MHz to 600 MHz}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
\end{multicols}
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width=3.3in]{nyquist_rejection_450mhz.png}
|
\includegraphics[width=3.3in]{nyquist_rejection_450mhz.png}
|
||||||
|
@ -621,7 +624,7 @@ Harmonic content of the DDS signals from 4410 Urukul is tabulated below. An exte
|
||||||
\caption{Attenuator step from 31 to 32 digital\\(major carry glitch)}
|
\caption{Attenuator step from 31 to 32 digital\\(major carry glitch)}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\end{multicols}
|
\newpage
|
||||||
|
|
||||||
\section{Front Panel Drawings}
|
\section{Front Panel Drawings}
|
||||||
\begin{figure}[hbt!]
|
\begin{figure}[hbt!]
|
||||||
|
@ -631,6 +634,35 @@ Harmonic content of the DDS signals from 4410 Urukul is tabulated below. An exte
|
||||||
\caption{4410 Urukul front panel drawings}
|
\caption{4410 Urukul front panel drawings}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
|
\section{Urukul Mode Configurations}
|
||||||
|
Mode of operation is specified by a DIP switch.
|
||||||
|
The DIP switch can be found at the top right corner of the card.
|
||||||
|
The following table summarizes the required setting for each mode.
|
||||||
|
\ding{51} indicates ON, while \ding{53} indicates OFF.
|
||||||
|
|
||||||
|
\begin{multicols}{2}
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\captionof{table}{DIP switch configurations}
|
||||||
|
\begin{tabular}{|l|cccc|}
|
||||||
|
\hline
|
||||||
|
\multicolumn{1}{|c|}{\multirow{2}{*}{Mode}} & \multicolumn{4}{c|}{DIP Switch} \\ \cline{2-5}
|
||||||
|
\multicolumn{1}{|c|}{} & \multicolumn{1}{c|}{1} & \multicolumn{1}{c|}{2} & \multicolumn{1}{c|}{3} & 4 \\ \hline
|
||||||
|
Default & \multicolumn{1}{c|}{\ding{53}} & \multicolumn{1}{c|}{\ding{53}} & \multicolumn{1}{c|}{\ding{53}} & \ding{53} \\ \hline
|
||||||
|
SU-Servo & \multicolumn{1}{c|}{\ding{53}} & \multicolumn{1}{c|}{\ding{51}} & \multicolumn{1}{c|}{\ding{53}} & \ding{53} \\ \hline
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\columnbreak
|
||||||
|
|
||||||
|
\begin{center}
|
||||||
|
\centering
|
||||||
|
\includegraphics[height=1.5in]{urukul_dip_switch.jpg}
|
||||||
|
\captionof{figure}{Position of DIP switch.}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\end{multicols}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
\section{Example ARTIQ code}
|
\section{Example ARTIQ code}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
Loading…
Reference in New Issue