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.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureYLocation(string selectorString, double markerYLocation)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of marker number.
Example:
"marker0"
You can use the RFmxSpecAn_BuildMarkerString2 method to build the selector string.

markerYLocationdouble

Specifies the Y location of the marker when you set the Marker Type parameter to fixed.

Returns

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