TiScopeChannel.Capacitor

TiScopeChannel

Retrieves the Capacitor or Average of the signal over 5000 samples.

property Capacitor : Double;

Description

Gets the Capacitor or Average of the signal over 5000 samples and is used only for channels with their Coupling property set to isccAC.

Example

Delphi

Value := iComponent.Channel[0].Capacitor;

C++ Builder

Value = iComponent->Channel[0]->Capacitor;

Note: Read-Only Property

Contents | Index | Previous | Next