Click or drag to resize

TraceEvent Class

TraceBuffer event from the SP-ICE-3 card
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.TraceBufferTraceEvent

Namespace: RAYLASE.SPICE3.TraceBuffer
Assembly: RAYLASE.SPICE3.TraceBufferLib (in RAYLASE.SPICE3.TraceBufferLib.dll) Version: 3.4.1
Syntax
C#
[SerializableAttribute]
public class TraceEvent

The TraceEvent type exposes the following members.

Fields
 NameDescription
Public fieldEventType Type of the Event TraceEventType.
Public fieldOverflow Indicates if a timer overflow occurred. If this bit is set, events have been missed between this one and the last event of the same EventType.
Public fieldTime Time in μs relative to the first event received.
Public fieldTimestamp TimeStamp at the time of the occurrence of this event
Public fieldValue The payload of the event.
Top
See Also