Click or drag to resize

EISRawDataIsEpsOnlySpectrum Property

Gets or sets a value indicating whether the spectrum data is eps-only.

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool IsEpsOnlySpectrum { get; set; }

Property Value

Boolean
Remarks
Recalculate the original eps data to impedance by treating it like capacitance data, i.e. Z = 1 / (i * w * eps).
See Also