Read-only |
|
Description |
Returns a handle to the custom application object on the active channel. You can either (1) use the handle directly to access measurement properties and methods, or (2) set a variable to the measurement object. The variable retains a handle to the original measurement. Currently, the custom application objects to which this property provides access ares: |
VB Syntax |
1) set custChan = chan.CustomChannelConfiguration. <setting> |
Variable |
(Type) - Description |
custChan |
A variable in which the handle to a custom application is returned. (object) |
chan |
A Channel (object) |
<setting> |
A property or method setting on the custom application object. |
Return Type |
Custom application object |
Default |
None |
Examples |
See examples:NoiseFigure GainCompression SweptIMD |
C++ Syntax |
HRESULT CustomChannelConfiguration(IDispatch** value); |
Interface |
IChannel12 |