ConfigureY(string, double, double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of marker number. |
| markerY1 | double | Specifies the Y1 component of the marker's Y value. |
| markerY2 | double | 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.