Click or drag to resize

WdfFileReader Properties

The WdfFileReader type exposes the following members.

Properties
 NameDescription
Public propertyAccumulationCountNumber of accumulations used for one spectrum.
Public propertyApplicationNameName of the application that created this file.
Public propertyApplicationVersionVersion of the application that created this file.
Public propertyCapacityTotal number of experiments, can be greater than Count.
Public propertyCountNumber of experiments of the same type, can be smaller than Capacity.
Public propertyDataOriginCountNumber of rows in the data origin list.
Public propertyFileNameGets the name of the Wdf file.
Public propertyHasMapData Gets a value indicating whether this instance has map data.
Public propertyImages Contains the images as bitstreams. See the remarks for an example how to use the bytes.
Public propertyIsCompletedTrue if the number of spectra in this file equals the total number of spectra for this measurement.
Public propertyLaserWavelength_nmWavelength of the exciting laser in nm.
Public propertyMapShapeShape of the map data (width, height) when present.
Public propertyMeasurementTypeType of the measurement that created this file.
Public propertyNumberOfPointsPerSpectrumNumber of data points in each spectrum.
Public propertyOriginListHeader Header information for origin list rows. Each entry contains a tuple of: (isY, data type, unit type, annotation, array of values).
Public propertyScanTypeType of the scan that created this file.
Public propertySpectra Gets the spectra's intensity values.
Public propertySpectralUnitUnit of the y-values of the spectra.
Public propertyTitleTitle of the measurement.
Public propertyUserNameOperator of the measurement.
Public propertyXData Gets the x data. These are usually the spectrum's x values (wavelength, shift, etc.).
Public propertyXPositionsPositions in X for origin list entries (one per spectrum).
Public propertyXPositionUnitUnit of X position values.
Public propertyXUnitGets the unit of the XData values.
Public propertyYData Gets the y data. ATTENTION: these are usually NOT the spectrum's intensity values (these are stored in Spectra, or use GetSpectrum(Int32)).
Public propertyYPositionsPositions in Y for origin list entries (one per spectrum).
Public propertyYPositionUnitUnit of Y position values.
Public propertyYUnitGets the unit of the YData values.
Public propertyZPositionsPositions in Z for origin list entries (one per spectrum).
Public propertyZPositionUnitUnit of Z position values.
Top
See Also