| `_RSET` | Momentary channel used to clear filter histories or (re)load coefficients. [bit 0 -> load coef, bit 1 -> reset history](https://git.ligo.org/cds/software/advligorts/-/blob/master/src/include/fm10Gen_types.h#L48) | No |
...
...
@@ -23,8 +23,8 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th
| `_OUTMON` | The latest value of the filter, after all processing. (OUT on medm) | 16 Hz |
| `_OUT16` | The latest value of the filter, after all processing and filtered/decimated to 16 Hz. TODO: Add filter description (OUT on medm) | 16 Hz |
| `_OUTPUT` | The latest value of the filter, after all processing, taking into account filter output setting. `_OUTMON` will always have the calculated output, this channel will be 0 if the module's output is configured to be off. | 16 Hz |