EmbeddedLODiagnostic Object


Description

Allows access to the properties that provide information about the broadband and precise tuning of an embedded LO.

Accessing the EmbeddedLODiagnostic Interface

Access the  Interface through the EmbeddedLO Object.

Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application")
app.Preset

' FCA Measurements can't share the channel with standard measurements
' Because preset creates a single measurement in channel 1, we first delete the standard measurement

Dim standardMeas As IMeasurement
Set standardMeas = app.ActiveMeasurement
standardMeas.Delete

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

Dim meas As IMeasurement
Set meas = app.CreateCustomMeasurementEx(1, "SMC_Forward.SMC_ForwardMeas", "SC21")

' See if this measurement object supports IMixer

Dim mixer As IMixer
Dim embeddedLO
Set embeddedLO = mixer.EmbeddedLO

Dim embeddedLODiagnostic
Set embeddedLODiagnostic = embeddedLO.EmbeddedLODiagnostic

See an example program that shows how to create and calibrate a standard SMC or VMC measurement or a fixed output SMC measurement.

See Also:

PNA Automation Interfaces

The PNA Object Model

Making Embedded LO Measurements

EmbeddedLO Object

 

Methods

Interface

See History

Description

Clear

IELODiag

Clear current diagnostic information.

Properties

 

Description

IsMarkerOn

IELODiag

Was a marker was used for a tuning sweep?

LODeltaFound

IELODiag

Returns the LO frequency delta from this tuning sweep.

NumberOfSweeps

IELODiag

Get number of tuning sweeps.

MarkerAnnotation

IELODiag

Get the marker annotation.

MarkerPosition

IELODiag

Get the marker X-axis position.

Parameter

IELODiag

Returns the tuning sweep parameter name.

StatusAsString

IELODiag

Get result of the last tuning sweeps.

StepData

IELODiag

Get a tuning sweep data.

StepTitle

IELODiag

Returns the tuning sweep title.

XAxisAnnotation

IELODiag

Get the tuning sweep X axis annotation.

XAxisStart

IELODiag

Get the Start sweep value.

XAxisStop

IELODiag

Get the Stop sweep value.

YAxisAnnotation

IELODiag

Get the tuning sweep Y axis annotation.

History

Interface

Introduced with PNA Rev:

IEmbeddedLODiagnostic

7.21