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.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int ConfigureY(string selectorString, double markerY1, double markerY2)

Parameters

NameTypeDescription
selectorStringstring

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

markerY1double

Specifies the Y1 component of the  marker's Y value.

markerY2double

Specifies the Y2 component of the  marker's Y value..

Returns

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