Recorder Data Type
| name | data type | description |
|---|---|---|
| trigger-name | string | The name of the trigger this recorder belongs to. |
| measurement-setup-name | string | The name of the measurement setup this recorder belongs to. |
| type | RecorderType |
Example
{
"trigger-name" : "...",
"measurement-setup-name" : "...",
"type" : "SREC"
}