Click or drag to resize

BaseScanHeadInterpolationTime Property

Note: This API is now obsolete.

Gets or sets the interpolation time of the deflection unit.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.37.0
Syntax
C#
[ObsoleteAttribute("Please use TransferDelay instead. It can be calculated from interpolation time by adding 34 µs. Interpolation time null results in 0 transfer delay.")]
public double? InterpolationTime { get; set; }

Property Value

NullableDouble
Remarks
Transfer delay will be calculated by interpolation time plus protocol dependent value. A transfer delay of 0 will be set in case of null.
See Also