TiScopeTimeBase.PreCapture
TiScopeTimeBase
Specifies how much data to capture before the beginning of the display.
property PreCapture : Double;
Description
Use PreCapture to specify how much data to capture before the beginning of the
display. The value is specified in divisions of the horizontal axis.
Pre-capturing channel data is useful for situations where you want to offset the
Display Position to see the signal before 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.PreCapture := 2; //2 Divisions of the Horizontal Axis
C++ Builder
iComponent->TimeBase->PreCapture = 2; //2 Divisions of the Horizontal Axis
Contents | Index | Previous | Next