GetRangeDetectorPoints(string, out int)
- Updated2025-10-13
- 1 minute(s) read
Gets 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 GetRangeDetectorPoints(string selectorString, out int value)
Remarks
This method gets the value of SpurRangeDetectorPoints attribute.The default value is 1001.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the spurrange number. |
| value | out int | Upon return, contains 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.