Click or drag to resize

WobbleSettingsSetCircle Method

Sets the Amplitude, Frequency and the appropriate Phase for circular wobbling.

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

Parameters

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

The frequency of wobble cycles for the x and y directions.

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.0159 MHz (15.9 kHz).

Remarks

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

AX = AY = amplitude

fX = fY = frequency

δX = 0

δY = π/2

See Also