Write/Read
About Power Leveling

LevelingMethod Property


Description

Sets and returns the tone power leveling mode.

 VB Syntax

object.LevelingMethod = value

Variable

(Type) - Description

object

One of the following:

value

(enum NAIMDLevelMethod) - Choose from:

0 - naNOLevel

1 - naLevelInput

2 - naEqualizeOutput

3 - naLevelOutput

Return Type

Enum

Default

naNOLevel

Examples

imd.LevelingMethod = naEqualizeOutput 'Write

levMode = ims.LevelingMethod 'Read

C++ Syntax

HRESULT get_LevelingMethod(tagNALevelingMethods* pVal)

HRESULT put_LevelingMethod(tagNALevelingMethods newVal)

Interface

IIMSpectrum

ISweptIMD


Last Modified:

6-Nov-2012

New topic