Custom |
public sealed class CustomTriggerCondition : IMessage<CustomTriggerCondition>, IMessage, IEquatable<CustomTriggerCondition>, IDeepCloneable<CustomTriggerCondition>, IBufferMessage
The CustomTriggerCondition type exposes the following members.
| Name | Description | |
|---|---|---|
| AdcChannel | 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. | |
| Descriptor | ||
| FieldAxis | 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. | |
| Operator | Comparison operator to apply. | |
| Parser | ||
| Signal | TraceEventType integer value identifying the signal to compare. | |
| Value | Threshold value. Lower bound for Range; bit-mask for Bit. | |
| Value2 | Upper bound for Range operator; ignored for all others. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(CustomTriggerCondition) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(CustomTriggerCondition) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AdcChannelFieldNumber | Field number for the "adc_channel" field. | |
| FieldAxisFieldNumber | Field number for the "field_axis" field. | |
| OperatorFieldNumber | Field number for the "operator" field. | |
| SignalFieldNumber | Field number for the "signal" field. | |
| Value2FieldNumber | Field number for the "value2" field. | |
| ValueFieldNumber | Field number for the "value" field. |