Data Acquisition Toolbox
  Function/Property:
    Search    Help Desk 
trigger    See Also

Manually execute a trigger.

Syntax

trigger(obj);

Description

trigger(obj) manually executes a trigger. After trigger is issued:

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



[ Previous | Help Desk | Next ]