Note: The Converter Object replaces the IMixer Interface.
Contains the methods and properties to setup a mixer for ALL VNA Mixer/Converter applications.
Dim app as AgilentPNA835x.Application Dim chan as Channel Set chan = app.ActiveChannel Dim converter as Converter Set converter =chan.Converter |
Scratch vs Applied Mixer PropertiesEach mixer configuration has two sets of properties:
Power settings are immediately applied to both the Scratch and Applied mixer. A successful Calculate also performs an Apply. Note: Queries always return the Applied mixer properties. Therefore, first send Apply Method before querying new settings. |
Methods |
Interface |
Description |
---|---|---|
Converter5 |
Add segments to the segment table (FCA Only) |
|
Converter |
Applies mixer settings. |
|
Converter |
Assigns a configured source to the specified role. |
|
Converter |
Automatically calculate Input and Output frequencies for mixer setup. |
|
Converter5 |
Remove all segments from the segment table. (FCA Only) |
|
Converter5 |
Remove segments from the segment table.(FCA Only) |
|
Converter |
Cancels changes that have been made to the Converter setup. |
|
Converter |
Returns the name of a source that is assigned to the specified role. |
|
Converter |
Returns the defined role names ("RF2", "LO1"). |
|
Converter |
Loads a previously-configured mixer attributes file (.mxr) |
|
Converter5 |
Repeats the last calculation that was performed. |
|
Converter |
Saves the settings for the mixer/converter test setup to a mixer attributes file. |
|
Converter5 |
Performs calculate on a specific segment. (FCA Only) |
|
Properties |
|
Description |
Converter |
Sets or returns the swept frequency range to display on the X-axis. |
|
Converter5 |
Sets and returns the state of the avoid spurs feature. |
|
Converter2 |
Provides access to the ConverterEmbeddedLO Object |
|
Converter6 |
Read the VNA port number which is connected to the DUT Input. |
|
Converter6 |
Read the VNA port number which is connected to the DUT Output. |
|
Converter3 |
Sets and returns the state of SMC + Phase measurements and calibrations. (SMC Only) |
|
Converter4 |
Sets or returns the denominator value of the IF Fractional Multiplier. |
|
Converter4 |
Sets or returns the numerator value of the IF Fractional Multiplier. |
|
Converter4 |
Select sum or difference for IF product. |
|
Converter4 |
Sets or returns the IF start frequency. |
|
Converter4 |
Sets or returns the IF stop frequency. |
|
Converter4 |
Sets whether to include SC12 sweeps during measurements. |
|
Converter |
Sets or returns the denominator value of the Input Fractional Multiplier. |
|
Converter |
Sets or returns the mixer fixed Input frequency value. |
|
Converter |
Sets or returns the numerator value of the Input Fractional Multiplier. |
|
Converter |
Sets or returns the value of the Input Power. |
|
Converter |
Sets or returns the Input sweep mode. |
|
Converter |
Sets or returns the start frequency of the mixer input. |
|
Converter4 |
Sets and returns the Start Power value of the mixer Input Power. |
|
Converter |
Sets or returns the stop frequency of the mixer input. |
|
Converter4 |
Sets and returns the Stop Power value of the mixer Input Power. |
|
Converter |
Specifies whether to use the Input frequency that is greater than the LO or less than the LO. |
|
Converter |
Sets or returns the denominator value of the LO Fractional Multiplier. |
|
Converter |
Sets or returns the fixed frequency of the specified LO. |
|
Converter |
Sets or returns the LO name. |
|
Converter |
Sets or returns the numerator value of the LO Fractional Multiplier. |
|
Converter |
Sets or returns the value of the LO Power. |
|
Converter |
Sets or returns the LO sweep mode to fixed or swept. |
|
Converter |
Returns the number of stages. |
|
Converter |
Sets or returns the start frequency of the specified LO. |
|
Converter |
Sets or returns the start value of a LO Power sweep. |
|
Converter |
Sets or returns the start frequency of the specified LO. |
|
Converter |
Sets or returns the stop value of a LO Power sweep. |
|
Converter3 |
Sets or returns whether to use nominal power or measure actual incident power. (SMC ONLY) |
|
Converter3 |
Sets or returns the data point used for normalizing an SMC phase measurement. (SMC Only) |
|
Converter |
Sets or returns the fixed frequency of the mixer output. |
|
Converter |
Sets or returns the Output sweep mode. |
|
Converter |
Sets or returns the value of the output sideband. |
|
Converter |
Sets or returns the start frequency of the mixer output. |
|
Converter |
Sets or returns the stop frequency of the mixer output. |
|
Converter5 |
Read the number of segments. (FCA Only) |
|
Converter5 |
Set and read the CW Frequency for mixer segments in CW Sweep mode. (FCA Only) |
|
Converter5 |
Set and return the fixed power level for all ranges for mixer segments. (FCA Only) |
|
Converter5 |
Set and return the IF Bandwidth for the sweep segment. (FCA Only) |
|
Converter5 |
Set and return whether to use the Input frequency that is greater than the LO. (FCA Only) |
|
Converter5 |
Set and return whether to set the mixing mode to high side or low side. (FCA Only) |
|
Converter5 |
Sets and returns the number of data points to be measured in the sweep segment. (FCA Only) |
|
Converter5 |
Sets or returns the sweep mode of the segment (all ranges). (FCA Only) |
|
Converter5 |
Set and return the Start frequency for mixer segments. (FCA Only) |
|
Converter5 |
Set and return the ON/OFF state for mixer segments. (FCA Only) |
|
Converter5 |
Set and return the Stop frequency for mixer segments. (FCA Only) |
Interface |
Introduced with VNA Rev: |
Converter |
8.55 |
Converter2 |
9.0 |
Converter3 |
9.2 |
Converter4 |
9.30 |
Converter5 |
9.33 |
Converter6 |
9.40 |