Click or drag to resize

ImpedanceSpectrum(String, ICollectionDouble, ICollectionDouble, ICollectionDouble) Constructor

Initializes a new instance of the ImpedanceSpectrum class.

Namespace: RelaxIS_SDK.Common
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public ImpedanceSpectrum(
	string guid,
	ICollection<double> frequencies,
	ICollection<double> zReal,
	ICollection<double> zImag
)

Parameters

guid  String
The GUID to apply.
frequencies  ICollectionDouble
A list of frequencies
zReal  ICollectionDouble
A list of real impedance parts
zImag  ICollectionDouble
A list of imaginary impedance parts
Exceptions
ExceptionCondition
ArgumentNullExceptionIf one of the parameters is null.
ArgumentExceptionIf the lists have different lengths or if one of the lists is empty.
See Also