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

NameDescription
ConfigureBandSpan(string, double)

Configures the band span of the selected marker.
Use "marker(n)" as the selector string to configure this method.

ConfigureFunctionType(string, RFmxSpecAnMXMarkerFunctionType)

Configures the marker method type.
Use "marker(n)" as the selector string to configure this method.

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.
Use "marker(n)" as the selector string to configure this method.
You can configure the Y location of the marker only if you set the Marker Type parameter to Fixed.