Configures the band span of the selected marker.
Use "marker(n)" as the selector string to configure this method.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int ConfigureBandSpan(string selectorString, double span)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of marker number.
Example:
"marker0"
You can use the RFmxSpecAn_BuildMarkerString2 method to build the selector string.

spandouble

Specifies the width of the span for the selected marker. This method selects the trace data within the specified span to perform specified marker method.

Returns

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