RFmxVnaMXMarkerConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the Marker measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public class RFmxVnaMXMarkerConfiguration : RFmxVnaMXSubObject
Methods
| Name | Description |
|---|---|
| ConfigureDataSource(string, string) | Configures the data source on which marker operations are performed. |
| ConfigureMode(string, RFmxVnaMXMarkerMode) | Configures the marker mode. |
| ConfigureNumberOfMarkers(string, int) | Configures the number of markers. |
| ConfigurePeakSearchExcursion(string, RFmxVnaMXMarkerPeakSearchExcursionEnabled, double) | Configures the peak-search excursion. When peak-excursion is enabled, peak search using Marker Search method finds a peak such that the data value rises and falls around the peak by at least the specified peak excursion value. |
| ConfigurePeakSearchThreshold(string, RFmxVnaMXMarkerPeakSearchThresholdEnabled, double) | Configures the peak-search threshold. When peak-thresholding is enabled, Marker Search method in peak search mode finds the peaks that exceed this value and discards all other peaks. |
| ConfigureReferenceMarker(string, int) | Configures an associated reference marker for a delta marker. Markers with Marker Type method set to Delta must be associated with a reference marker. You cannot associate a reference marker for other markers whose Marker Type is not Delta. |
| ConfigureTargetValue(string, double) | Configures the target value for the specified marker when performing Target search using Marker Search method. |
| ConfigureType(string, RFmxVnaMXMarkerType) | Configures the marker type. |
| ConfigureX(string, double) | Configures the X value of the marker. You must configure the X value of reference marker or perform any marker search operation on the reference marker before configuring the X value for the delta marker. |
| ConfigureY(string, double, double) | Configures the Y value of the marker. You can configure the Y location of fixed markers only. Y value can be a real or a complex number depending on format of the selected measurement for the configured data source. Y is a complex number for Complex, Smith and Polar formats. For all other formats, Y is a real number. |