Click or drag to resize

SpiModuleFrameDelay Property

Gets or sets the length of the delay between frames when multiple frames are being sent.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public double FrameDelay { get; set; }

Property Value

Double
Remarks
FrameDelay has to be at least ClockPeriod and will be rounded to the nearest multiple of the ClockPeriod. Zero disables this delay.
See Also