ScannerAPISetHeadBias Method |
Sets head bias of the specified head and axes.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void SetHeadBias(
int head,
Axes axes,
double[] biases
)
Parameters
- head Int32
- The head selector.
- axes Axes
- The axis/axes selector.
- biases Double
- The bias values
Remarks
The array biases needs to contain one entry for each specified axis. The bias at index 0
is for the axis with the smallest value. For example, if axes is set to XZ, then
biases needs to be set to { biasX, biasZ } and not in any other order.
See Also