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.
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 |
Making Embedded LO Measurements
Methods |
InterfaceIConverterEmbeddedLO is abbreviated as ICELO |
Description |
---|---|---|
ICELO |
Reset LO Delta frequency. |
|
ICELO |
Resets the tuning parameters to their defaults. |
|
Properties |
|
Description |
ICELO |
Set broadband sweep span. |
|
ICELO |
Set and return Embedded LO ON | OFF. |
|
ICELO |
Sets and returns LO delta frequency. |
|
ICELO |
Sets and returns precise tuning iterations. |
|
ICELO |
Sets and returns tuning point. |
|
ICELO |
Sets and returns precise tuning tolerance. |
|
ICELO |
Sets and returns the IF Bandwidth for tuning sweeps. |
|
ICELO |
Sets and returns the method used to determine the embedded LO Frequency. |
|
ICELO |
Set how often a tuning sweep is performed. |
Interface |
Introduced with VNA Rev: |
ICELO |
9.00 |