Click or drag to resize

SplitMode Enumeration

Defines a split mode.

Namespace: RelaxIS_SDK.Common.FileFormat
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public enum SplitMode
Members
Member nameValueDescription
Automatic0 Use RelaxIS automatic spectrum splitting exclusively.
NumberOfPoints1 Split after a fixed number of datapoints.
BySplitValues2 Use the split values to split the data.
See Also