Commit 0fbf07a1 authored by Federico Vaga's avatar Federico Vaga

doc: replace switch photo with draw

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 1526fcd5
SRC = $(wildcard *.svg)
OBJS = $(SRC:.svg=.pdf)
OBJS += switch-vect-ttl.pdf
OBJS += switch-vect-freq.pdf
OBJS += switch-vect-jitter.pdf
all: $(OBJS)
EXTRACT_LAYERS_OPTIONS = --verb EditDelete --verb LayerShowAll --verb FileSave --verb FileQuit
# FIXME the inkspace command is not perfect. Apparently the first element
# is not properly selected.
switch-vect-ttl.svg: switch-vect.svg
cp $< $@
inkscape $@ --select=layer-jitter --select=layer-freq --select=layer-jitter $(EXTRACT_LAYERS_OPTIONS)
switch-vect-freq.svg: switch-vect.svg
cp $< $@
inkscape $@ --select=layer-jitter --select=layer-ttl --select=layer-jitter $(EXTRACT_LAYERS_OPTIONS)
switch-vect-jitter.svg: switch-vect.svg
cp $< $@
inkscape $@ --select=layer-freq --select=layer-ttl --select=layer-freq $(EXTRACT_LAYERS_OPTIONS)
%.pdf : %.svg
inkscape -f $< -A $@
clean :
rm -f *.pdf
rm -f *.pdf switch-vect-ttl.svg switch-vect-jitter.svg switch-vect-freq.svg
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -360,7 +360,7 @@ read from the board's status register (SR -- see Appendix~\ref{app:conv-regs-sr}
Section~\ref{sec:diag-sw-rtmdet}).
\begin{figure}[htbp]
\centerline{\includegraphics[scale=.65]{fig/switches}}
\centerline{\includegraphics[scale=.30]{fig/switch-vect}}
\caption{Switches on the CONV-TTL-BLO board}
\label{fig:switches}
\end{figure}
......@@ -511,7 +511,7 @@ are replicated to TTL-BAR pulses on the front panel.
\end{figure}
\begin{figure}[htbp]
\centerline{\includegraphics[scale=.75]{fig/switches-ttl}}
\centerline{\includegraphics[scale=.30]{fig/switch-vect-ttl}}
\caption{TTL/TTL-BAR selection switch}
\label{fig:switches-ttl}
\end{figure}
......@@ -617,7 +617,7 @@ result of a glitch occurring on input channels. The glitch filter can be enabled
SW1.1 (Figure~\ref{fig:switches-ptype}).
\begin{figure}[htbp]
\centerline{\includegraphics[scale=.7]{fig/switches-ptype}}
\centerline{\includegraphics[scale=.30]{fig/switch-vect-jitter}}
\caption{Glitch filter enable switch}
\label{fig:switches-ptype}
\end{figure}
......@@ -690,6 +690,12 @@ can be left in the \textbf{OFF} position.
\subsection{Frequencies operation}
\label{sec:freq-op}
\begin{figure}[htbp]
\centerline{\includegraphics[scale=.30]{fig/switch-vect-freq}}
\caption{TTL/TTL-BAR selection switch}
\label{fig:switches-ttl}
\end{figure}
%======================================================================================
% SEC: Communicating to the CONV-TTL-BLO
%======================================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment