Read-only
 

CustomChannelConfiguration Property


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>
or

2) set custChan = app.ActiveChannel.CustomChannelConfiguration

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


Last Modified:

27-Aug-2008

Added Swept IMD

16-Oct-2007

MX New topic