ConverterEmbeddedLO Object


Description

Provides access to the properties that allow IMDx and IMSpectrum measurements of converters that contain an embedded LO.

This interface contains all the same properties and methods of the Embedded LO interface (used for FCA measurements) EXCEPT access to the EmbeddedLODiagnostic Object.

Accessing the ConverterEmbeddedLO Interface

Access the  Interface through the Converter Object.

Dim app

Set app = CreateObject("AgilentPNA835x.Application")

app.Reset

' Create a Measurement object, in this case using the IMeasurement interface

Dim meas

app.CreateCustomMeasurement 1, "Swept IMD Converters", -1

set meas = app.activemeasurement

dim converter

set converter  = app.ActiveChannel.GetConverter

dim elo

set elo = converter.ConverterEmbeddedLO

elo.IsOn = 1

 

See Also:

PNA Automation Interfaces

The PNA Object Model

Making Embedded LO Measurements

 

Methods

Interface

IConverterEmbeddedLO is abbreviated as ICELO

See History

Description

ResetLOFrequency

ICELO

Reset LO Delta frequency.

ResetTuningParameters

ICELO

Resets the tuning parameters to their defaults.

Properties

 

Description

BroadbandTuningSpan

ICELO

Set broadband sweep span.

IsOn

ICELO

Set and return Embedded LO ON | OFF.

LOFrequencyDelta

ICELO

Sets and returns LO delta frequency.

MaxPreciseTuningIterations

ICELO

Sets and returns precise tuning iterations.

NormalizePoint

ICELO

Sets and returns tuning point.

PreciseTuningTolerance

ICELO

Sets and returns precise tuning  tolerance.

TuningIFBW

ICELO

Sets and returns the IF Bandwidth for tuning sweeps.

TuningMode

ICELO

Sets and returns the method used to determine the embedded LO Frequency.

TuningSweepInterval

ICELO

Set how often a tuning sweep is performed.

ICELO History

Interface

Introduced with PNA Rev:

ICELO

9.00