RFmxSpecAnMXMarkerConfiguration Class
- Updated2025-10-13
- 2 minute(s) read
Provides methods to configure the Marker measurement.
Derives from
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public class RFmxSpecAnMXMarkerConfiguration : 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 |
|---|---|
| ConfigureBandSpan(string, double) | Configures the band span of the selected marker. |
| ConfigureFunctionType(string, RFmxSpecAnMXMarkerFunctionType) | Configures the marker method type. |
| ConfigureNumberOfMarkers(string, int) | Configures the number of markers. |
| ConfigurePeakExcursion(string, RFmxSpecAnMXMarkerPeakExcursionEnabled, double) | Configures the peak excursion. |
| ConfigureReferenceMarker(string, int) | Configures the marker to be used as reference marker when you set the RFmxSpecAnMXMarkerType to Delta. The value set by this method is not used when you set the RFmxSpecAnMXMarkerType to Normal. |
| ConfigureThreshold(string, RFmxSpecAnMXMarkerThresholdEnabled, double) | Configures the threshold to use for peak search. |
| ConfigureTrace(string, RFmxSpecAnMXMarkerTrace) | Configures the measurement trace to be used by the marker. |
| ConfigureType(string, RFmxSpecAnMXMarkerType) | Configures the marker type. |
| ConfigureXLocation(string, double) | Configures the X location of the marker. Ensure that you configure the reference marker X location or perform peak search on the reference marker before configuring the X location for the Delta marker. |
| ConfigureYLocation(string, double) | Configures the Y location of the marker. You must configure the reference marker Y location or perform peak search on the reference marker before configuring the X location for the Delta marker. |