TiScopeChannel.ScalerOffset

TiScopeChannel

Specifies the Scaler Offset of the Channel Data.

property ScalerOffset : Double

Description

Use ScalerOffset to specify the Scaler Offset of the Channel Data. All channel data will be offset according to this property.

For example, setting this property to 0.5 will offset all Data added. Adding a value of 2 to the channel will result in the value being interpreted as 2.5.

If the property is –0.5, then adding a value of 2 to the channel will result in the value being interpreted as 1.5.

Example

Delphi

iComponent.Channel[0].ScalerOffset := 0.25;

C++ Builder

iComponent->Channel[0]->ScalerOffset = 0.25;

Contents | Index | Previous | Next