| Data Acquisition Toolbox | ![]() |
Specify the period of time between timer events
Description
TimerPeriod specifies the time, in seconds, that must pass before the callback function specified for TimerFcn is called. Time is measured relative to when the hardware device starts running.
Some timer events might not be processed if your system is significantly slowed or if the TimerPeriod value is too small. For example, a common application for timer events is to display data. However, because displaying data is a CPU-intensive task, some of these events might be dropped.
Characteristics
| Usage |
AI, AO, DIO, Common |
| Access |
Read/write |
| Data type |
Double |
| Read-only when running |
No |
Values
The default value is 0.1 second.
Properties
| TimerFcn | TriggerFcn | ![]() |