Click or drag to resize

SpiModulePreDelay Property

Sets the delay between the SPI sync signal going active and the first bit of a frame.

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

Property Value

Double
Remarks
PreDelay has to be at least ClockPeriod and will be rounded to the nearest multiple of the ClockPeriod. Zero disables this delay. Note that this value is ignored when using MarkEndOfWord or MarkEndOfFrame is used.
See Also