Click or drag to resize

DataType Enumeration

Semantic meaning of data channels or fields in Renishaw data structures.

Namespace: Altaxo.Serialization.Renishaw
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum DataType
Members
Member nameValueDescription
Arbitrary0Arbitrary data type.
Frequency1Frequency data.
Intensity2Intensity data.
Spatial_X3Spatial X coordinate.
Spatial_Y4Spatial Y coordinate.
Spatial_Z5Spatial Z coordinate.
Spatial_R6Radial spatial coordinate (R).
Spatial_Theta7Polar angle (theta).
Spatial_Phi8Azimuthal angle (phi).
Temperature9Temperature.
Pressure10Pressure.
Time11Time value.
Derived12Derived quantity.
Polarization13Polarization information.
FocusTrack14Focus tracking information.
RampRate15Ramp rate (e.g. temperature ramp).
Checksum16Checksum field.
Flags17Flags (bitfield).
ElapsedTime18Elapsed time.
Spectral19Spectral data channel.
Mp_Well_Spatial_X22Multiprobe well spatial X.
Mp_Well_Spatial_Y23Multiprobe well spatial Y.
Mp_LocationIndex24Multiprobe location index.
Mp_WellReference25Multiprobe well reference.
EndMarker26End marker for data blocks.
ExposureTime27Exposure time for detector.

The DataType type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also