Click or drag to resize

MeasurementTable Methods

The MeasurementTable type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new measurement table.
Public methodGetErrorAt(Int32, Int32) Gets the error for all axes at the defined position. The error is calculated by the measured value and the position in the field.
Public methodGetErrorAt(Int32, Int32, Int32) Gets the error at the defined position. The error is calculated by the measured value and the position in the field.
Public methodGetErrorAt(Int32, Int32, Int32, Int32) Gets the error at the defined position. The error is calculated by the measured value and the position in the field.
Public methodGetErrorAt(Int32, Int32, Int32, Int32, Int32) Gets the error at the defined position. The error is calculated by the measured value and the position in the field.
Public methodGetErrors Gets the whole error array. The error is calculated by the measured value and the position in the field.
Public methodGetNullableErrors Gets the error array. The error is calculated by the measured value and the position in the field. Rows / columns outside the sub field are omitted. Values of cells outside circular subfield but within the containing rectangle are null.
Public methodGetNullablePowerErrors Gets the power error array. The power correction is defined as a factor from 1 to 4.
Public methodGetPowerErrors Gets the power error array. The power correction is defined as a factor from 1 to 4.
Public methodGetStatistics Gets the average and maximum error of the measured values.
Public methodGetValues Gets the measured values for [axis][row, column]
Public methodGetValues3D Returns the measured values for axis, layer, row, column.
Public methodImportList Imports a list of measured field positions. Expected formats: <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y> <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y>, <actual Z> <layer>, <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y>, <actual Z> <magnification>, <layer>, <expected X>, <expected Y>, <expected Z>, <actual X>, <actual Y>, <actual Z>
Public methodLoad Loads a measurement table. Expected format: [<layer>,] <row>, <column>, <actual X>, <actual Y> [, <actual Z>]
Public methodReset Resets all values to the expected positions.
Public methodSave Save the measurement table to the specified path.
Public methodSetData(Double) Sets the measurement data.
Public methodSetData(Int32, Int32, Double) Sets the measurement data for the specified layer.
Top
See Also