Skip to content
Snippets Groups Projects

EnableRamps and OutputMemorizedChannelsAtInit properties

4 files
+ 17
17
Compare changes
  • Side-by-side
  • Inline

Files

+ 3
3
@@ -72,12 +72,12 @@
</Tr>
<Tr>
<Td><b><a href=#Dev_DefaultValues>WriteMemorizedValuesAtInit </a></b></Td>
<Td><b><a href=#Dev_DefaultValues>OutputMemorizedChannelsAtInit </a></b></Td>
<Td>
<Font Size=-1>Tango::DEV_BOOLEAN</Font>
</Td>
<Td>
<Font Size=-1>Whether to write the memorized values to the board at the device initialization. [true/false - default value is false]</Font>
<Font Size=-1>Whether to send the memorized values for the channels to the board at the device initialization (the device attribute will show the last memorized value regardless) [true/false - default value is false]</Font>
</Td>
</Tr>
</Table>
@@ -103,7 +103,7 @@
<td>true</td>
</Tr>
<Tr>
<Td>WriteMemorizedValuesAtInit</Td>
<Td>OutputMemorizedChannelsAtInit</Td>
<td>false</td>
</Tr>
</Table>
Loading