TiScopeChannel.Position
TiScopeChannel
Specifies the vertical 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.
Note: The maximum offset is ±100%, and values must be specified in increments of
0.1.
Example
Delphi
iComponent.Channel[0].Position := 2.2; //2.2% Offset
C++ Builder
iComponent->Channel[0]->Position = 2.2; //2.2% Offset
Contents | Index | Previous | Next