Click or drag to resize

PrincetonInstrumentsSPEReaderFrameMetaDataNames Property

Gets the meta data names. Meta data are given separately for each frame. Thus, the names here refer to the second dimension of the FrameMetaDataValues array.

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IReadOnlyList<string> FrameMetaDataNames { get; }

Property Value

IReadOnlyListString
See Also