Configures the marker mode.
Use "marker(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int ConfigureMode(string selectorString, RFmxVnaMXMarkerMode markerMode)

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.

markerModeRFmxVnaMXMarkerMode

Specifies the mode for placing the marker.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.