Write/Read |
About Time Domain Trace Coupling |
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) 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 |