Click or drag to resize

FatalExceptionError Enumeration

Indicates the underlying error condition of a fatal exception.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public enum FatalExceptionError
Members
Member nameDescription
FifoOverflow The firmware unexpectedly generated micro-vectors at a higher rate than that at which they were being consumed from the FIFO by the FPGA.
FifoUnderflow The firmware was not able generate micro-vectors fast enough to at least match the rate at which they were being consumed from the FIFO by the FPGA.

Please refer to: 12.7 Exceptions and Errors for more details.

ScannerError A scanner error condition has occurred.
LaserAlarm A laser alarm signal was received.
See Also