Returns the method value of the selected marker method type.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int FetchFunctionValue(string selectorString, out double functionValue)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, and marker number.
Example:
"marker0"
"result::r1/marker0"
You can use the RFmxSpecAn_BuildMarkerString2 method to build the selector string.

functionValueout double

Upon return, contains the value of the selected marker method.

Returns

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