Converter Object


Note: The Converter Object replaces the IMixer Interface.

Description

Contains the methods and properties to setup a mixer for ALL PNA Mixer/Converter applications.

Accessing the Converter Interface

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 Properties

Each mixer configuration has two sets of properties:

  1. Scratch mixer contains the properties that have been set, but NOT YET applied. Send the Apply Method to copy these properties to the Applied mixer.

  2. Applied mixer contains the properties that makeup the current mixer configuration.

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.

See Also

Methods

Interface

See History

Description

AddSegment

Converter5

Add segments to the segment table (FCA Only)

Apply

Converter

Applies mixer settings.

AssignSourceToRole

Converter

Assigns a configured source to the specified role.

Calculate

Converter

Automatically calculate Input and Output frequencies for mixer setup.

DeleteAllSegments

Converter5

Remove all segments from the segment table. (FCA Only)

DeleteSegment

Converter5

Remove segments from the segment table.(FCA Only)

DiscardChanges

Converter

Cancels changes that have been made to the Converter setup.

GetSourceByRole

Converter

Returns the name of a source that is assigned to the specified role.

GetSourceRoles

Converter

Returns the defined role names ("RF2", "LO1").

LoadFile

Converter

Loads a previously-configured mixer attributes file (.mxr)

ReCalculate

Converter5

Repeats the last calculation that was performed.

SaveFile

Converter

Saves the settings for the mixer/converter test setup to a mixer attributes file.

SegmentCalculate

Converter5

Performs calculate on a specific segment. (FCA Only)

Properties

 

Description

ActiveXAxisRange

Converter

Sets or returns the swept frequency range to display on the X-axis.

AvoidSpurs

Converter5

Sets and returns the state of the avoid spurs feature.

ConverterEmbeddedLO

Converter2

Provides access to the ConverterEmbeddedLO Object

DeviceInputPort

Converter6

Read the PNA port number which is connected to the DUT Input.

DeviceOutputPort

Converter6

Read the PNA port number which is connected to the DUT Output.

EnablePhase

Converter3

Sets and returns the state of SMC + Phase measurements and calibrations. (SMC Only)

IFDenominator

Converter4

Sets or returns the denominator value of the IF Fractional Multiplier.

IFNumerator

Converter4

Sets or returns the numerator value of the IF Fractional Multiplier.

IFSideband

Converter4

Select sum or difference for IF product.

IFStartFrequency

Converter4

Sets or returns the IF start frequency.

IFStopFrequency

Converter4

Sets or returns the IF stop frequency.

IncludeReverseSweep

Converter4

Sets whether to include SC12 sweeps during measurements.

InputDenominator

Converter

Sets or returns the denominator value of the Input Fractional Multiplier.

InputFixedFrequency

Converter

Sets or returns the mixer fixed Input frequency value.

InputNumerator

Converter

Sets or returns the numerator value of the Input Fractional Multiplier.

InputPower

Converter

Sets or returns the value of the Input Power.

InputRangeMode

Converter

Sets or returns the Input sweep mode.

InputStartFrequency

Converter

Sets or returns the start frequency of the mixer input.

InputStartPower

Converter4

Sets and returns the Start Power value of the mixer Input Power.

InputStopFrequency

Converter

Sets or returns the stop frequency of the mixer input.

InputStopPower

Converter4

Sets and returns the Stop Power value of the mixer Input Power.

IsInputGreaterThanLO

Converter

Specifies whether to use the Input frequency that is greater than the LO or less than the LO.

LODenominator

Converter

Sets or returns the denominator value of the LO Fractional Multiplier.

LOFixedFrequency

Converter

Sets or returns the fixed frequency of the specified LO.

LOName

Converter

Sets or returns the LO name.

LONumerator

Converter

Sets or returns the numerator value of the LO Fractional Multiplier.

LOPower

Converter

Sets or returns the value of the LO Power.

LORangeMode

Converter

Sets or returns the LO sweep mode to fixed or swept.

LOStage

Converter

Returns the number of stages.

LOStartFrequency

Converter

Sets or returns the start frequency of the specified LO.

LOStartPower

Converter

Sets or returns the start value of a LO Power sweep.

LOStopFrequency

Converter

Sets or returns the start frequency of the specified LO.

LOStopPower

Converter

Sets or returns the stop value of a LO Power sweep.

NominalIncidentPowerState

Converter3

Sets or returns whether to use nominal power or measure actual incident power. (SMC ONLY)

NormalizePoint

Converter3

Sets or returns the data point used for normalizing an SMC phase measurement. (SMC Only)

OutputFixedFrequency

Converter

Sets or returns the fixed frequency of the mixer output.

OutputRangeMode

Converter

Sets or returns the Output sweep mode.

OutputSideband

Converter

Sets or returns the value of the output sideband.

OutputStartFrequency

Converter

Sets or returns the start frequency of the mixer output.

OutputStopFrequency

Converter

Sets or returns the stop frequency of the mixer output.

SegmentCount

Converter5

Read the number of segments. (FCA Only)

SegmentFixedFrequency

Converter5

Set and read the CW Frequency for mixer segments in CW Sweep mode. (FCA Only)

SegmentFixedPower

Converter5

Set and return the fixed power level for all ranges for mixer segments. (FCA Only)

SegmentIFBandwidth

Converter5

Set and return the IF Bandwidth for the sweep segment. (FCA Only)

SegmentIsInputGreaterThanLO

Converter5

Set and return whether to use the Input frequency that is greater than the LO. (FCA Only)

SegmentMixingMode

Converter5

Set and return whether to set the mixing mode to high side or low side. (FCA Only)

SegmentPoints

Converter5

Sets and returns the number of data points to be measured in the sweep segment. (FCA Only)

SegmentRangeMode

Converter5

Sets or returns the sweep mode of the segment (all ranges). (FCA Only)

SegmentStartFrequency

Converter5

Set and return the Start frequency for mixer segments. (FCA Only)

SegmentState

Converter5

Set and return the ON/OFF state for mixer segments. (FCA Only)

SegmentStopFrequency

Converter5

Set and return the Stop frequency for mixer segments. (FCA Only)

Converter History

Interface

Introduced with PNA Rev:

Converter

8.55

Converter2

9.0

Converter3

9.2

Converter4

9.30

Converter5

9.33

Converter6

9.40


Last Modified:

3-Jan-2012

Removed superseded

24-May-2011

Added Converter 6

3-May-2011

Superseded

7-Jan-2011

FCA2 Update

2-Feb-2009

New topic