Click or drag to resize

ImpedanceSpectrum_FittedSourceFilename Property

If the spectrum was loaded from a physical file this contains the full path+filename of the source file

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

Return Value

String
The path+filename of the spectrum's source file, or null
Remarks
While the Datasource field may be formatted differently, this always contains the full path. If the spectrum wasn't loaded from a file, this property is null
See Also