| Data Acquisition Toolbox | ![]() |
Specify the M-file callback function to execute when a trigger occurs
Description
A trigger event is generated immediately after a trigger occurs. This event executes the callback function specified for TriggerFcn. Under most circumstances, the callback function is not guaranteed to complete execution until sometime after Logging is set to On for analog input (AI) objects, or Sending is set to On for analog output (AO) objects.
Trigger event information is stored in the Type and Data fields of the EventLog property. The Type field value is Trigger. The Data field values are given below.
Characteristics
| Usage |
AI, AO, Common |
| Access |
Read/write |
| Data type |
String |
| Read-only when running |
No |
Values
The default value is an empty string.
Functions
Properties
| TimerPeriod | TriggerChannel | ![]() |