Write/Read
About Time Domain Trace Coupling

CoupleChannelParams Property


Description

Turns ON and OFF Time Domain Trace Coupling. All of the measurements in the specified channel are coupled.

 VB Syntax

chan.CoupleChannelParams = state

Variable

(Type) - Description

chan

A Channel (object)

state

(boolean)
False
- Turns Trace Coupling OFF

True - Turns Trace Coupling ON

Return Type

Boolean

Default

True

Examples

chan.CoupleChannelParams = False 'Write

couple = chan.CoupleChannelParams 'Read

C++ Syntax

HRESULT get_CoupleChannelParams(VARIANT_BOOL *isCoupled);

HRESULT put_CoupleChannelParams(VARIANT_BOOL isCoupled);

Interface

IChannel5