Click or drag to resize

TraceBufferConfig2 Class

Container for configuration settings of traceBuffer Power Events in TB register 2.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3TraceBufferConfig2

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

The TraceBufferConfig2 type exposes the following members.

Properties
 NameDescription
Public propertyLaserPower0_1 If enabled then the output power with a resolution of 1 bit will trigger a TraceEvent.
Public propertyLaserPower0_16 If enabled then the output power with a resolution of 16 bit will trigger a TraceEvent.
Public propertyLaserPower0_2 If enabled then the output power with a resolution of 2 bit will trigger a TraceEvent.
Public propertyLaserPower0_4 If enabled then the output power with a resolution of 4 bit will trigger a TraceEvent.
Public propertyLaserPower0_8 If enabled then the output power with a resolution of 8 bit will trigger a TraceEvent.
Public propertyLaserPower1_1 If enabled then the output power with a resolution of 1 bit will trigger a TraceEvent.
Public propertyLaserPower1_16 If enabled then the output power with a resolution of 16 bit will trigger a TraceEvent.
Public propertyLaserPower1_2 If enabled then the output power with a resolution of 2 bit will trigger a TraceEvent.
Public propertyLaserPower1_4 If enabled then the output power with a resolution of 4 bit will trigger a TraceEvent.
Public propertyLaserPower1_8 If enabled then the output power with a resolution of 8 bit will trigger a TraceEvent.
Top
Remarks
Allows selection of the channels for which TraceEvents will occur on sending or receiving data.
See Also