Skip to content
Snippets Groups Projects
Commit 854209fd authored by Alexandre MALFREYT's avatar Alexandre MALFREYT
Browse files

chore(doc): add dynamic attributes to HTML documentation

parent bcce86f1
No related branches found
No related tags found
2 merge requests!4develop -> main,!2[CTRLRFC-1594] Apply memorized dynamic attributes at init
...@@ -25,21 +25,18 @@ ...@@ -25,21 +25,18 @@
</tr> </tr>
<tr BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <tr BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<td> <td>
<center><b>Attribute name</b> <center><b>Attribute name</b></center>
</td> </td>
</center>
<td> <td>
<center><b>Data Type</b> <center><b>Data Type</b></center>
</td> </td>
</center>
<td> <td>
<center><b>R/W Type</b> <center><b>R/W Type</b></center>
</td> </td>
</center>
<td> <td>
<center><b>Expert</b> <center><b>Expert</b></center>
</td> </td>
</center> </tr>
<tr> <tr>
<td><b>frequency</b>: <font Size=-1>Sampling frequency for <td><b>frequency</b>: <font Size=-1>Sampling frequency for
ramp generation on the board output channels, in ramp generation on the board output channels, in
...@@ -61,7 +58,81 @@ ...@@ -61,7 +58,81 @@
</center> </center>
</td> </td>
</tr> </tr>
</table>
<br>
<table Border=2 Cellpadding=3 CELLSPACING=0 WIDTH="100%">
<tr BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<td COLSPAN=4>
<center>
<font Size=+2><b>Dynamic Scalar Attributes</b></font><br>
X is the channel number ranging from 0 to N-1 (<b>MAO_6208</b>: 8 channels, <b>MAO_6216</b>: 10 channels)
</center>
</td>
</tr>
<tr BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<td>
<center><b>Attribute name</b></center>
</td>
<td>
<center><b>Data Type</b></center>
</td>
<td>
<center><b>R/W Type</b></center>
</td>
<td>
<center><b>Description</b></center>
</td>
</tr>
<tr>
<td><b>channelX</b></td>
<td>
<center>
<font Size=-1>DEV_DOUBLE</font>
</center>
</td>
<td>
<center>
<font Size=-1>READ_WRITE</font>
</center>
</td>
<td>
<font Size=-1>Output value for channel X (in V). Valid range: [-10V, +10V]</font>
</td>
</tr>
<tr>
<td><b>speedX</b></td>
<td>
<center>
<font Size=-1>DEV_DOUBLE</font>
</center>
</td>
<td>
<center>
<font Size=-1>READ_WRITE</font>
</center>
</td>
<td>
<font Size=-1>Speed for ramp generation on channel X (in V/s). If speed is 0, no ramp is generated but direct write on channel output.</font>
</td>
</tr>
<tr>
<td><b>initialX</b></td>
<td>
<center>
<font Size=-1>DEV_DOUBLE</font>
</center>
</td>
<td>
<center>
<font Size=-1>READ_WRITE</font>
</center>
</td>
<td>
<font Size=-1>Initial value for ramp function on channel X (in V). Defaults to last written value in channel attribute.</font>
</td>
</tr>
</table> </table>
</center> </center>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment