TiScopeTrigger.ManualTrigger

TiScopeTrigger

Manually Triggers the Scope.

procedure ManualTrigger;

Description

Call ManualTrigger to manually initiate the triggering mechanism of the scope. This does the same as clicking on the Manual Trigger button in the Control Panel.

ScopeManualTrigger.gif

Note: generally you will have the Auto property set to FALSE when using manual triggering, though it is not required.

Example

Delphi

iComponent.Trigger.ManualTrigger;

C++ Builder

iComponent->Trigger->ManualTrigger();

Contents | Index | Previous | Next