Click or drag to resize

WobbleSettingsSetEight Method

Sets the Amplitude, Frequency and the appropriate Phase for figure-of-eight wobbling.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public void SetEight(
	Point2D amplitude,
	double baseFrequency
)

Parameters

amplitude  Point2D
The amplitude of wobble in the x and y directions.
baseFrequency  Double

The base frequency of wobble cycles.

The value is specified in MHz, i.e. the number of cycles per μs.

Must be in the range 0.000002 MHz (2 Hz) to 0.00795 MHz (7.95 kHz).

Remarks

The parameters are used to specify a Lissajous curve, where:

fX = baseFrequency

fY = 2 * baseFrequency

δX = δY = 0

See Also