... | @@ -10,8 +10,8 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th |
... | @@ -10,8 +10,8 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th |
|
| `_GAIN` | A value that will be multiplied but the output of the 10 filters in the module. | No |
|
|
| `_GAIN` | A value that will be multiplied but the output of the 10 filters in the module. | No |
|
|
| `_TRAMP` | The time (in seconds) that the module will ramp its output over. TODO: on a new config? | No |
|
|
| `_TRAMP` | The time (in seconds) that the module will ramp its output over. TODO: on a new config? | No |
|
|
| `_LIMIT` | An upper value that output of the module will be limited to. | Yes |
|
|
| `_LIMIT` | An upper value that output of the module will be limited to. | Yes |
|
|
| `_SW1` | Momentary filter switch selections, lower 16 bits. [bitmap](SW1-and-SW2-Command-Channels) | No |
|
|
| `_SW1` | Momentary filter switch selections, lower 16 bits. [bitmap](cdsFilter*-Switch-(SW)-Settings) | No |
|
|
| `_SW2` | Momentary filter switch selections, upper 16 bits. [bitmap](SW1-and-SW2-Command-Channels) | No |
|
|
| `_SW2` | Momentary filter switch selections, upper 16 bits. [bitmap](cdsFilter*-Switch-(SW)-Settings) | No |
|
|
| `_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 |
|
|
| `_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 |
... | @@ -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 |
|
|
| `_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 |
|
|
| `_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 |
|
|
| `_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 |
|
|
| `_SW1R` | | 16 Hz |
|
|
| `_SW1R` | Filter switch selections readback, lower 16 bits. [bitmap](cdsFilter*-Switch-(SW)-Settings) | 16 Hz |
|
|
| `_SW1R` | | 16 Hz |
|
|
| `_SW1R` | Filter switch selections readback, upper 16 bits. [bitmap](cdsFilter*-Switch-(SW)-Settings) | 16 Hz |
|
|
| `_SW1S` | | 16 Hz |
|
|
| `_SW1S` | | 16 Hz |
|
|
| `_SW1S` | | 16 Hz |
|
|
| `_SW1S` | | 16 Hz |
|
|
| `_Name00` - `_Name09` | The names of the individual filters, set when coefficients are loaded from the filter file. | 16 Hz |
|
|
| `_Name00` - `_Name09` | The names of the individual filters, set when coefficients are loaded from the filter file. | 16 Hz |
|
... | | ... | |