Click or drag to resize

SpiModulePostDelay Property

Sets the delay between the last bit of a frame and the SPI sync signal going inactive.

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

Property Value

Double
Remarks
PostDelay 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