Write/Read
About Tone Power

TonePowerSetAt Property - Superseded


Description

Note: This command is replaced with LevelingMethod Property

Sets and returns whether tone power is specified at the DUT input or output.

 VB Syntax

object.TonePowerSetAt = value

Variable

(Type) - Description

object

A SweptIMD Object or IMSpectrum Object

value

(Enum as NAPortMode)

0 - naInput - Specified power level is set at the DUT input.

1 - naOutput - Specified power level is set at the DUT output.

Return Type

Enum

Default

0 - naInput

Examples

imd.TonePowerSetAt = naOutput 'Write

value = ims.TonePowerSetAt 'Read

C++ Syntax

HRESULT get_TonePowerSetAt(tagNAPortMode *pVal)

HRESULT put_TonePowerSetAt(tagNAPortMode pVal)

Interface

ISweptIMD2

IImSpectrum2


Last modified:

14-Nov-2012

Superseded

5-May-2011

New topic