ConfigureX(string, double)
- Updated2025-10-13
- 1 minute(s) read
Configures the X value of the marker. You must configure the X value of reference marker or perform any marker search operation on the reference marker before configuring the X value for the delta marker.
Use "marker(n)" as the selector string to configure this method.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int ConfigureX(string selectorString, double markerX)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of marker number. |
| markerX | double | Specifies the X value of the marker on the trace when you set the Marker Type to normal or fixed. The X value of the delta marker is relative to the X value of the reference marker when you set the Marker Type to delta. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.