Provides access to the properties that allow measurement of mixers that contain an embedded LO.
Access the Interface through the IMixer 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
Note: The Find Now feature on the Embedded LO dialog is performed remotely by doing a 'Single Sweep" with ELO enabled. See example program.
See an example program that shows how to create and calibrate a standard SMC or VMC measurement or a fixed output SMC measurement.
Making Embedded LO Measurements
Methods |
Interface |
Description |
---|---|---|
IEmbeddedLO |
Reset LO Delta frequency. |
|
IEmbeddedLO |
Resets the tuning parameters to their defaults. |
|
Properties |
|
Description |
IEmbeddedLO |
Set broadband sweep span. |
|
IEmbeddedLO |
Provides access to the status of tuning sweeps. |
|
IEmbeddedLO |
Set and return Embedded LO ON | OFF. |
|
IEmbeddedLO |
Sets and returns LO delta frequency. |
|
IEmbeddedLO |
Sets and returns precise tuning iterations. |
|
IEmbeddedLO |
Sets and returns tuning point. |
|
IEmbeddedLO |
Sets and returns precise tuning tolerance. |
|
IEmbeddedLO |
Sets and returns the IF Bandwidth for tuning sweeps. |
|
IEmbeddedLO |
Sets and returns the method used to determine the embedded LO Frequency. |
|
IEmbeddedLO |
Set how often a tuning sweep is performed. |
Interface |
Introduced with VNA Rev: |
IEmbeddedLO |
7.21 |