Click or drag to resize

CustomTriggerCondition Properties

The CustomTriggerCondition type exposes the following members.

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
See Also