Click or drag to resize

IRelaxISWCFLinkGetPlotDataNewFreqs 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[][] GetPlotDataNewFreqs(
	string Circuit,
	double[] ParameterValues,
	string TransferFunction,
	double MinimumFrequency,
	double MaximumFrequency,
	int NPoints
)

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"
MinimumFrequency  Double
The lower frequency limit for the data range.
MaximumFrequency  Double
The upper frequency limit for the data range.
NPoints  Int32
The number of data points to generate in the given range.

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.
Remarks
The data points will be logarithmically spaces in the given data range.
See Also