Configures the data source on which marker operations are performed.
Use "marker(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int ConfigureDataSource(string selectorString, string dataSource)

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.

dataSourcestring

Specifies the measurement or memory data on which markers are placed. If you want to place markers on SParams measurement data, then specify this parameter as sparam<n>". If you want to place markers on <em>SParams</em> measurement memory data, then specify this parameter as "sparam<n>/measmem::<measMemoryName>". Similarly, if you want to place markers on data from <em>Wave</em> measurement data, then specify this parameter as wave&lt;<i>n</i>&gt;".

Returns

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