Provides methods to configure the Marker measurement.

Derives from

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public class RFmxVnaMXMarkerConfiguration : RFmxVnaMXSubObject

Methods

NameDescription
ConfigureDataSource(string, string)

Configures the data source on which marker operations are performed.
Use "marker(n)" as the selector string to configure this method.

ConfigureMode(string, RFmxVnaMXMarkerMode)

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

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.
Use "marker(n)" as the selector string to configure this method.

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.
Use "marker(n)" as the selector string to configure this method.

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.
Use "marker(n)" as the selector string to configure this method.

ConfigureTargetValue(string, double)

Configures the target value for the specified marker when performing Target search using Marker Search method.
Use "marker(n)" as the selector string to configure this method.

ConfigureType(string, RFmxVnaMXMarkerType)

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

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.
Use "marker(n)" as the selector string to configure this method.

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.
If Y value is a complex number, use Marker Y1 and Marker Y2 to set its real and imaginary components respectively. If Y value is a real number, use Marker Y1 to set the Y location and set Marker Y2 to 0.
When you want to use a fixed marker as a reference marker for a Delta marker, then you must configure the Y value of the fixed reference marker by calling this method or by performing any marker search operation on the reference marker before configuring the X value of the delta marker.
Use "marker(n)" as the selector string to configure this method.