Click or drag to resize

CustomTriggerCondition Class

A single custom trigger condition based on a raw signal value comparison.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APICustomTriggerCondition

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 2.0.0.10
Syntax
C#
public sealed class CustomTriggerCondition : IMessage<CustomTriggerCondition>, 
	IMessage, IEquatable<CustomTriggerCondition>, IDeepCloneable<CustomTriggerCondition>, 
	IBufferMessage

The CustomTriggerCondition type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAdcChannel ADC channel index (0-3). -1 (default) means plain TraceEventType comparison. When >= 0, signal must be Spi0Rx or Spi1Rx and the decoded channel value is compared.
Public propertyStatic memberDescriptor 
Public propertyFieldAxis Field-position axis index (0=X, 1=Y, 2=Z, 3=ZoomZ). -1 (default) means not a field-position condition. When >= 0, signal identifies the primary head axis event; all axes of that head/Tx are watched, the ScanHead converter is applied, and the result on this axis is compared.
Public propertyOperator Comparison operator to apply.
Public propertyStatic memberParser 
Public propertySignal TraceEventType integer value identifying the signal to compare.
Public propertyValue Threshold value. Lower bound for Range; bit-mask for Bit.
Public propertyValue2 Upper bound for Range operator; ignored for all others.
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(CustomTriggerCondition) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(CustomTriggerCondition) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberAdcChannelFieldNumberField number for the "adc_channel" field.
Public fieldStatic memberFieldAxisFieldNumberField number for the "field_axis" field.
Public fieldStatic memberOperatorFieldNumberField number for the "operator" field.
Public fieldStatic memberSignalFieldNumberField number for the "signal" field.
Public fieldStatic memberValue2FieldNumberField number for the "value2" field.
Public fieldStatic memberValueFieldNumberField number for the "value" field.
Top
See Also