Write only

Calculate Method


Description

Calculates the Input or Output frequencies of the mixer setup, applies the mixer setup to the mixer object, and turns the channel ON.

Note: There is also a Calculate Method on the IMixer Interface.

 VB Syntax

obj.Calculate (port)

Variable

(Type) - Description

obj

A Converter Object

port

(enum as ConverterCalculation) Port of the mixer for which to calculate start and stop frequencies. Choose from:

 

enum

1st or only stage requires:

In addition, 2nd stage requires:

0

naCalculateINPUT

  • Output Start and Stop frequencies

  • LO frequency

  • Output sideband (High or Low)

  • IF Start and Stop frequencies

  • 2nd LO frequency

  • IF sideband (High or Low)

1

naCalculateINPUT AndOUTPUT

(2 stage mixers ONLY)

NA

  • IF Start and Stop frequencies

  • Both LO frequencies

2

naCalculateOUTPUT

  • Input Start and Stop frequencies

  • LO frequency

  • Output sideband (High or Low)

  • IF Start and Stop frequencies

  • 2nd LO frequency

  • IF sideband (High or Low)

3

naCalculateLO1

  • Input Start and Stop frequencies

  • Output frequency

  • Output sideband (High or Low)

  • IF Start and Stop frequencies

  • 2nd LO frequency

  • IF sideband (High or Low)

4

naCalculateLO2

NA

  • Input Start and stop frequencies

  • 1st LO start and stop frequencies

  • Output frequency

  • IF sideband(High or Low

  • Output sideband(High or Low)

 

Return Type

Not Applicable

Default

Not Applicable

Examples

obj.Calculate (naCalculateOUTPUT)

C++ Syntax

HRESULT Calculate()

Interface

IConverter


Last Modified:

18-Feb-2011

MX New topic