ConfigureXLocation(string, double)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the marker number. Example: "marker0". You can use the BuildMarkerString2(string, int) method to build the selector string. |
| markerXLocation | double | 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.