GetDetectorType(string, out RFmxSpecAnMXChpDetectorType)
- Updated2025-10-13
- 1 minute(s) read
Gets the type of detector to be used.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int GetDetectorType(string selectorString, out RFmxSpecAnMXChpDetectorType value)
Remarks
This method gets the value of ChpDetectorType attribute.The default value is None. Refer to Spectral Measurements topic for more information on detector types.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out RFmxSpecAnMXChpDetectorType | Upon return, contains the type of detector to be used. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.