TiScopeTimeBase.PostCapture

TiScopeTimeBase

Specifies how much data to capture after the end of the display.

property PostCapture : Double;

Description

Use PostCapture to specify how much data to capture after the end of the display. The value is specified in divisions of the horizontal axis. Post-capturing channel data is useful for situations where you want to offset the Display Position to see the signal after the actual trigger ocurred.

Note: range of values must be between 0 and 100 and must be whole numbers. (e.g. 0, 1, 2, 3, ..., 98, 99, 100).

Example

Delphi

iComponent.TimeBase.PostCapture := 2; //2 Divisions of the Horizontal Axis

C++ Builder

iComponent->TimeBase->PostCapture = 2; //2 Divisions of the Horizontal Axis

Contents | Index | Previous | Next