Click or drag to resize

ITuning Interface

An interface providing access to project simulation.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
public interface ITuning

The ITuning type exposes the following members.

Properties
  NameDescription
Public propertyIsBusy
Top
Methods
  NameDescription
Public methodCode exampleGetResult(ResultDataType, Int32, Int32, Int32, Int32)
Returns a result of the specified type for specified pair of ports and a pair of modes. The result data is in a form of two-dimensional double array, where first dimension is the number of frequency points and the second dimension is 3. First column of the array is frequency data in GHz for each frequency point of simulation. The second and the third columns are real and imaginary parts of scattering parameters respectively.
Public methodCode exampleGetResult(ResultDataType, Int32, Int32, Int32, Int32, Boolean, Boolean)
Returns a result of the specified type for specified pair of ports and a pair of modes. The result data is in a form of two-dimensional double array, where first dimension is the number of frequency points and the second dimension is 3. First column of the array is frequency data in GHz for each frequency point of simulation. The second and the third columns are real and imaginary parts of scattering parameters respectively.
Public methodSaveResult
Public methodSetVariableValues
Public methodSetVariableValuesAndSimulate
Top
See Also