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

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.

markerXdouble

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.