TiScopeChannel.Coupling

TiScopeChannel

Specifies the coupling of the channel.

type TiScopeChannelCoupling = (isccDC, isccAC, isccGround);

property Coupling : TiScopeChannelCoupling;

Description

Use Coupling to specify the signal coupling of this channel.

Example

Delphi

iComponent.Channel[0].Coupling := isccGround;

C++ Builder

iComponent->Channel[0]->Coupling = isccGround;

Contents | Index | Previous | Next