| Data Acquisition Toolbox | Search  Help Desk |
| trigger | See Also |
Syntax
trigger(obj);
Description
trigger(obj) manually executes a trigger. After trigger is issued:
TriggerTime property.
Logging or Sending is set to On.
TriggerAction is executed.
trigger can only be invoked if TriggerType is set to Manual, Running is On, and Logging is Off. The trigger action is recorded in the device object's EventLog property.
See Also
Functions
start, stop
Properties
TriggerType