Click or drag to resize

TraceBufferConfig Class

Container for traceBuffer configuration parameters.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3TraceBufferConfig

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

The TraceBufferConfig type exposes the following members.

Properties
 NameDescription
Public propertyControlEvents Various events that change the behaviour of the trace-buffer logging.
Public propertyIOEvents Various IO-Events that can be enabled/disabled when using trace-buffer logging.
Public propertyPositionEvents Various events related to the position of the head that can be enabled/disabled when using trace-buffer logging.
Public propertyPowerEvents Various events related to the power of the laser that can be enabled/disabled when using trace-buffer logging.
Top
Remarks
The traceBuffer configuration consists of three different sub-configurations, each of which, in turn, consists of several different trace-options that can either be enabled or disable.

Note: For receiving Trace Events from the SP-ICE-3 card the external library TraceBufferLib is needed.

See Also