RFmxVnaMXMarkerSearchMode Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the search-target. If search is successful, RFmx updates the marker X and Y values to the location at which search-target is found.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public enum RFmxVnaMXMarkerSearchMode
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | No search operation is performed. |
| Max | 1 | Moves the marker to the highest measured value on the configured data source. |
| Min | 2 | Moves the marker to the lowest measured value on the configured data source. |
| Peak | 3 | Moves the marker to the highest peak that satisfies peak threshold and peak excursion criteria. |
| NextPeak | 4 | Moves the marker to the next peak that satisfies peak threshold and peak excursion criteria. |
| NextLeftPeak | 5 | Moves the marker to the next left peak that satisfies peak threshold and peak excursion criteria. |
| NextRightPeak | 6 | Moves the marker to the next right peak that satisfies peak threshold and peak excursion criteria. |
| Target | 7 | Moves the marker to the first right target encountered from the current marker position, wraps around if no target found. If marker mode is Discrete, marker moves to the data point closest to the first right target. |
| NextLeftTarget | 8 | Moves the marker to the next left target encountered from the current marker position. If marker mode is Discrete, marker moves to the data point closest to the next left target. |
| NextRightTarget | 9 | Moves the marker to the next right target encountered from the current marker position. If marker mode is Discrete, marker moves to the data point closest to the next right target. |