Read-only
About Swept IMD for Converters

GetConverter Method


Description

This method returns a handle to a Converter object.

 VB Syntax

chan.GetConverter( )

Variable

(Type) - Description

chan

A Channel (object)

Return Type

IConverter

Default

Not Applicable

Example

Dim app as AgilentPNA835x.Application

Set app = CreateObject("AgilentPNA835x.Application")

Dim chan As IChannel

Set chan = app.ActiveChannel

Dim convert

Set convert = chan.GetConverter()

C++ Syntax

HRESULT GetConverter( IConverter **obj);

Interface

IChannel17