TiPlotChannel.DigitalReferenceLow

TiPlotChannel See Also

Specifies the Y coordinate for digital low values or Logic = FALSE (zero values) used in Digital Mode.

property DigitalReferenceLow : Double

Description

Use DigitalReferenceLow to get or set the Y coordinate for digital low values or Logic = FALSE used in Digital Mode while in Digital Mode when the value is equal to 0 (i.e. Value = 0).

Example

Delphi

iComponent.Channel[0].DigitalReferenceLow := 25;

C++ Builder

iComponent->Channel[0]->DigitalReferenceLow = 25;

Contents | Index | Previous | Next