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.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureXLocation(string selectorString, double markerXLocation)

Remarks

This method maps to the RFmxSpecAn_MarkerCfgXLocation() function in C.

Parameters

NameTypeDescription
selectorStringstring

Specifies the marker number. Example: "marker0". You can use the BuildMarkerString2(string, int) method to build the selector string.

markerXLocationdouble

Specifies the X location of the marker on the trace when you set the RFmxSpecAnMXMarkerType to Normal.

Returns

Returns the status code of this method. The status code either indicates success or describes an error or warning condition.