Configures the target value for the specified marker when performing Target search using Marker Search method.
Use "marker(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int ConfigureTargetValue(string selectorString, double targetValue)

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.

targetValuedouble

Configures the target value for the specified marker when performing Target search using Marker Search VI

Returns

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