Click or drag to resize

TraceBufferConfig1 Class

Container for configuration settings of traceBuffer Position Events in TB register 1.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3TraceBufferConfig1

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class TraceBufferConfig1 : ConfigBase

The TraceBufferConfig1 type exposes the following members.

Properties
 NameDescription
Public propertyHead0RxX If enabled then every time a frame with an X-coordinate is received from Head0 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead0RxY If enabled then every time a frame with an Y-coordinate is received from Head0 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead0RxZ If enabled then every time a frame with an Z-coordinate is received from Head0 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead0TxX If enabled then every time a frame with an X-coordinate is sent to Head0 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead0TxY If enabled then every time a frame with an Y-coordinate is sent to Head0 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead0TxZ If enabled then every time a frame with an Z-coordinate is sent to Head0 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead1RxX If enabled then every time a frame with an X-coordinate is received from to Head1 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead1RxY If enabled then every time a frame with an X-coordinate is received from to Head1 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead1RxZ If enabled then every time a frame with an X-coordinate is received from to Head1 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead1TxX If enabled then every time a frame with an X-coordinate is sent to Head1 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead1TxY If enabled then every time a frame with an Y-coordinate is sent to Head1 a TraceEvent is triggered containing the coordinate in its payload.
Public propertyHead1TxZ If enabled then every time a frame with an Z-coordinate is sent to Head1 a TraceEvent is triggered containing the coordinate in its payload.
Top
Remarks
Allows selection of the channels for which TraceEvents will occur on sending or receiving data.
See Also