Click or drag to resize

SPICE3DeviceGetActiveBias Method

Returns the active bias from the card.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override IList<double> GetActiveBias(
	int head
)

Parameters

head  Int32
Index of the head.

Return Value

IListDouble
Bias as factor.
See Also