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.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string SourceFilename { get; set; }
Public Property SourceFilename As String
Get
Set
Dim instance As ImpedanceSpectrum_Fitted
Dim value As String
value = instance.SourceFilename
instance.SourceFilename = value
Return Value
StringThe 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