Read-only
About Receiver Leveling

GetRxLevelingConfiguration Method


Description

This method returns a handle to a RxLevelingConfiguration object.

 VB Syntax

chan.GetRxLevelingConfiguration( )

Variable

(Type) - Description

chan

A Channel (object)

Return Type

IRxLevelingConfiguration

Default

Not Applicable

Example

dim app as AgilentPNA835x.Application
dim mgr as RxLevelingConfiguration
set mgr = app.GetRxLevelingConfiguration()

C++ Syntax

HRESULT GetRxLevelingConfiguration( IRxLevelingConfiguration **mgr);

Interface

IChannel17