ConfigureYLocation(string, double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of marker number. |
| markerYLocation | double | 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.