RFmxSpecAnMXMarkerNextPeak Enumeration
- Updated2025-10-13
- 1 minute(s) read
Moves the marker to the next highest, next left, or next right peak above the threshold on the configured trace.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public enum RFmxSpecAnMXMarkerNextPeak
Members
| Name | Value | Description |
|---|---|---|
| NextHighest | 0 | Moves the marker to the next highest peak above the threshold on the configured trace. |
| NextLeft | 1 | Moves the marker to the next peak to the left of the configured trace. |
| NextRight | 2 | Moves the marker to the next peak to the right of the configured trace. |