Update cdsFilt authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
...@@ -28,7 +28,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th ...@@ -28,7 +28,7 @@ Generally speaking the `cdsFilt*` blocks take a floating point value as input th
| `_SW1S` | The momentary _SW1/2 channels are not good for SDF management, because their state is not sticky. These _SW1/2***S*** versions are sticky and can also be used to command state changes for filter modules. This has the same bitmap as the [_SW1/2](cdsFilter*-Switch-(SW)-Settings) versions. | 16 Hz | | `_SW1S` | The momentary _SW1/2 channels are not good for SDF management, because their state is not sticky. These _SW1/2***S*** versions are sticky and can also be used to command state changes for filter modules. This has the same bitmap as the [_SW1/2](cdsFilter*-Switch-(SW)-Settings) versions. | 16 Hz |
| `_SW2S` | See function above. | 16 Hz | | `_SW2S` | See function above. | 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 |
| `_SWSTAT` | [See below](### DAQ Slow Channels) | 16 Hz | | `_SWSTAT` | [See below](#daq-slow-channels) | 16 Hz |
### DAQ Capable Fast Channels ### DAQ Capable Fast Channels
DAQ channels are generated for each filter module, but need to be added to the DAQ channel list to be recorded by the DAQ. DAQ channels are generated for each filter module, but need to be added to the DAQ channel list to be recorded by the DAQ.
... ...
......