Click or drag to resize

AxisParameterSetHeadBias Property

Gets or sets the offset which is applied to the field-corrected coordinates just prior to sending them to the scanner.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public double HeadBias { get; set; }

Property Value

Double
HeadBias represents the desired scanner-offset (in bits) normalized to the scanner's range (in bits):

HeadBias = Scanner-Offset / 2^20

The value must lie in the interval [-0.5 ; +0.5]

See Also