TiScopeTrigger.SourceIndex

TiScopeTrigger

Specifies the index of the channel used for the Trigger.

property SourceIndex : Integer;

Description

Use SourceIndex to specify the channel index used as the data source by the Trigger.

Example

Delphi

iComponent.Trigger.SourceIndex := 2; //Trigger uses the third channel

C++ Builder

iComponent->Trigger->SourceIndex = 2; //Trigger uses the third channel

Contents | Index | Previous | Next