Skip to content

Commit ecc226a

Browse files
authored
Merge pull request #56 from PW-Sat2/tc-get-suns-datasets
Tc get suns datasets
2 parents 94889b6 + 69991a9 commit ecc226a

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

main.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ \chapter{Telecommands}
6060
\input{telecommands/get-compile-info.tex}
6161
\input{telecommands/get-error-counter-config.tex}
6262
\input{telecommands/get-persistent-state.tex}
63+
\input{telecommands/get-suns-data-sets.tex}
6364
\input{telecommands/list-files.tex}
6465
\input{telecommands/open-sail.tex}
6566
\input{telecommands/perform-detumbling-experiment.tex}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
\telecommand{Get SunS Data Sets}
2+
3+
\tccategory{PD}
4+
5+
\subsection{General description}
6+
\texttt{Get SunS Data Sets} telecommand allows measuring and immediate transmitting a single data set of data collected as defined in The SunS Experiment. The telecommand turns on the SunS and Payload board, reads values, turn them off and sends values in response frame. For more details see The SunS Experiment description.
7+
8+
\paragraph{Known issues}
9+
\begin{itemize}
10+
\item Response frame with data is sent at least 3 s after the telecommand is accepted by the spacecraft.
11+
\end{itemize}
12+
13+
\paragraph{Side effects}
14+
None
15+
16+
\paragraph{Usage limitations} \mbox{} \\
17+
\None
18+
19+
\paragraph{Recommendations for operation team}
20+
\begin{itemize}
21+
\item Use to determine current light conditions and get immediate results
22+
\end{itemize}
23+
24+
\subsection{Definition}
25+
\TelecommandApid{GetSunSDataSets}
26+
\TelecommandDeclaration{GetSunSDataSets}
27+
28+
Parameters:
29+
30+
\begin{tcarglist}
31+
\tcarg{correlation\_id}{8}{Correlation ID}
32+
\tcarg{gain}{8}{Gain parameter of the SunS}
33+
\tcarg{itime}{8}{ITime parameter of the SunS}
34+
\end{tcarglist}
35+
36+
37+
\subsection{Responses}
38+
39+
TODO
40+
41+
\subsection{Example usage}
42+
Get SunS Data Sets, with gain \texttt{1} (\texttt{gain=0x01}), itime \texttt{10} (\texttt{itime=0x10}) and use correlation ID \texttt{11} (\texttt{correlation\_id=11}).
43+
44+
\exampleCall{GetSunSDataSets(11, 0x01, 0x10)}

0 commit comments

Comments
 (0)