Sets the number of range points after the detector is applied. Use "range(n)" as the selector string to configure or read this method.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public int SetRangeDetectorPoints(string selectorString, int value)

Remarks

This method sets the value of SpurRangeDetectorPoints attribute.The default value is 1001.

Parameters

NameTypeDescription
selectorStringstring

Specifies the spurrange number.
Example: "spurrange0".
You can use the BuildRangeString(string, int) method to build the selector string.

valueint

Specifies the number of range points after the detector is applied. Use "range(n)" as the selector string to configure or read this method.

Returns

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