preamble: codesection add heading

This commit is contained in:
architeuthis 2024-11-14 17:29:41 +01:00
parent e2f24a058c
commit 03e90cab6b
5 changed files with 1 additions and 4 deletions

View File

@ -277,7 +277,6 @@ Kasli 2.0 supplies three user LEDs for debugging purposes. Two are located on th
\newpage \newpage
\section{Example ARTIQ Code}
\codesection{Kasli 2.0 1124 carrier} \codesection{Kasli 2.0 1124 carrier}
\subsection{Direct Memory Access (DMA)} \subsection{Direct Memory Access (DMA)}

View File

@ -396,7 +396,6 @@ IO direction and termination must be configured by setting physical switches on
\end{figure} \end{figure}
\newpage \newpage
\section{Example ARTIQ code}
\codesection{2118 BNC-TTL/2128 SMA-TTL cards} \codesection{2118 BNC-TTL/2128 SMA-TTL cards}
Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure. Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure.

View File

@ -525,7 +525,6 @@ Termination switches between high impedence (OFF) and 50\textOmega~(ON). Note th
\end{multicols} \end{multicols}
\newpage \newpage
\section{Example ARTIQ code}
\codesection{2238 MCX-TTL card} \codesection{2238 MCX-TTL card}
Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure. Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure.

View File

@ -409,7 +409,6 @@ The IO direction of each channel can be configured by DIP switches, which are fo
\newpage \newpage
\section{Example ARTIQ code}
\codesection{2245 LVDS-TTL card} \codesection{2245 LVDS-TTL card}
Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure. Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure.

View File

@ -49,6 +49,7 @@ To order, please visit \url{https://m-labs.hk} and choose #1 in the ARTIQ/Sinara
} }
\newcommand{\codesection}[1] { \newcommand{\codesection}[1] {
\section{Example ARTIQ Code}
The sections below demonstrate simple usage scenarios of extensions on the ARTIQ control system. These extensions make use of the resources of the #1. They do not exhaustively demonstrate all the features of the ARTIQ system. The sections below demonstrate simple usage scenarios of extensions on the ARTIQ control system. These extensions make use of the resources of the #1. They do not exhaustively demonstrate all the features of the ARTIQ system.
The full documentation for ARTIQ software and gateware, including the guide for its use, is available at \url{https://m-labs.hk/artiq/manual/}. Please consult the manual for details and reference material of the functions and structures used here. The full documentation for ARTIQ software and gateware, including the guide for its use, is available at \url{https://m-labs.hk/artiq/manual/}. Please consult the manual for details and reference material of the functions and structures used here.