RFmxSpecAnMXMarkerResults Class
- Updated2025-10-13
- 1 minute(s) read
Provides methods to fetch and read the Marker measurement results.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public class RFmxSpecAnMXMarkerResults : RFmxSpecAnMXSubObject
Remarks
For more information about RFmx SpecAn, refer to the RFmx SpecAn Help.
Thread Safety
Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Methods
| Name | Description |
|---|---|
| FetchFunctionValue(string, out double) | Returns the method value of the selected marker method type. |
| FetchXY(string, out double, out double) | Fetches the X and Y locations of the marker. |
| NextPeak(string, RFmxSpecAnMXMarkerNextPeak, out bool) | Moves the marker to the next highest, next left, or next right peak above the threshold on the configured trace. |
| PeakSearch(string, out int) | Moves the marker to the highest peak above the threshold on the configured trace. |