TiScopeChannel.ScalerMultiplier

TiScopeChannel

Specifies the Scaler Multiplier of the Channel Data.

property ScalerMultiplier : Double

Description

Use ScalerMultiplier to specify the ScalerMultiplier of the Channel Data. All channel data will be scaled according to this property.

For example, setting this property to 2 will double all Data added. Setting this property to 0.5 will halve all Data added.

This propety is useful in situations where you are obtaining data from other computer systems or hardware that provide data that does not follow "two's compliment".

Example

Delphi

iComponent.Channel[0].ScalerMultiplier := 2.0;

C++ Builder

iComponent->Channel[0]->ScalerMultiplier = 2.0;

Contents | Index | Previous | Next