TiScopeTimeBase.Position

TiScopeTimeBase

Specifies the horizontal offset of the entire channel in percent of the Display.

property Position : Double;

Description

Use Position to specify the vertical offset of the entire channel in percent of the Display.

The maximum offset is ±50% of the Display, plus 10% for each PreCapture or PostCapture division.

Example

Delphi

iComponent.TimeBase.Position := 2.2; //2.2 % Offset

C++ Builder

iComponent->TimeBase->Position = 2.2; //2.2 % Offset

Contents | Index | Previous | Next