Click or drag to resize

WobbleGetMaxCurrent Method

Gets the maximal galvo current resulting from executing the wobble trajectory [A].

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public dvec2 GetMaxCurrent(
	double theta1,
	dvec2 fieldSize
)

Parameters

theta1  Double
Can be queried from RAYLAYSE deflection unit with the enhanced command 0x0558u (starting with firmware 7130).
fieldSize  dvec2
Size of the scan field.

Return Value

dvec2
Returns the maximal galvo current resulting from executing the wobble trajectory [A].
See Also