Click or drag to resize

IRelaxISWCFLinkGetPlotDataFixedFreqs Method

Returns data that can be used to generate a plot for the given circuit.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[OperationContractAttribute]
double[][] GetPlotDataFixedFreqs(
	string Circuit,
	double[] ParameterValues,
	string TransferFunction,
	double[] Frequencies
)

Parameters

Circuit  String
The equivalent circuit to evaluate.
ParameterValues  Double
The parameter values for each value of the circuit.
TransferFunction  String
The transfer function name to use. Refer to the Plugins section in the RelaxIS options to find the name, e.g. "Impedance"
Frequencies  Double
An array of frequencies for which the values will be calculated.

Return Value

Double
An array were Return(0) contains the list of frequencies, Return(1) contains the real parts and Return(2) returns the imaginary parts.
See Also