Trigger modesOption Multiple Recording
Resulting start delays
Sample rate | Activated channels |
|
|
| external TTL trigger | internal trigger | ext. TTL trigger with | internal trigger with | ||||
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
|
| activated | activated |
|
|
| synchronization | synchronization | ||||||||
|
|
|
|
|
|
|
|
|
|
| ||
< 5 MS/s | x |
|
|
|
|
|
|
| +4 samples | +5 samples | ||
> 5 MS/s | x |
|
|
|
|
|
|
| +4 samples | +16 samples | +5 samples | +17 samples |
|
|
|
|
|
|
|
|
|
|
|
|
|
< 5 MS/s | x |
|
|
| x |
|
|
| +4 samples | +5 samples | ||
|
|
|
|
|
|
|
|
|
|
|
|
|
> 5 MS/s | x |
|
|
| x |
|
|
| +4 samples | +16 samples | +5 samples | +17 samples |
< 2.5 MS/s | x | x |
|
|
|
|
|
| +4 samples | +5 samples | ||
|
|
|
|
|
|
|
|
|
|
|
|
|
> 2.5 MS/s | x | x |
|
|
|
|
|
| +2 samples | +10 samples | +3 samples | +11 samples |
|
|
|
|
|
|
|
|
|
|
|
|
|
< 2.5 MS/s | x | x |
|
| x | x |
|
| +4 samples | +5 samples | ||
> 2.5 MS/s | x | x |
|
| x | x |
|
| +2 samples | +10 samples | +3 samples | +11 samples |
|
|
|
|
|
|
|
|
|
|
|
|
|
< 1.25 MS/s | x | x | x | x |
|
|
|
| +5 samples | +5 samples | ||
|
|
|
|
|
|
|
|
|
|
|
|
|
> 1.25 MS/s | x | x | x | x |
|
|
|
| +8 samples | +9 samples | ||
< 1.25 MS/s | x | x | x | x | x | x | x | x | +5 samples | +5 samples | ||
|
|
|
|
|
|
|
|
|
|
|
|
|
> 1.25 MS/s | x | x | x | x | x | x | x | x | +8 samples | +9 samples |
The following example shows how to set up the board for Multiple Recording in standard mode. The setup would be similar in FIFO mode, but the memsize register would not be used.
SpcSetParam (hDrv, SPC_MULTI, | 1); | // | Enables | Multiple Recording |
|
| |||
SpcSetParam (hDrv, SPC_POSTTRIGGER, | 1024); | // | Set the | segment size to 1024 samples | to | 4096 samples | |||
SpcSetParam | (hDrv, | SPC_MEMSIZE, | 4096); | // | Set the | total memsize | for recording | ||
SpcSetParam | (hDrv, | SPC_TRIGGERMODE, |
| // | so that | actually four | segments will | be | recorded |
TM_TTLPOS);// | Set the | triggermode to external TTL | mode (rising edge) |
78 | MC.31xx Manual |