SetColdSourceMode(string, RFmxSpecAnMXNFColdSourceMode)
- Updated2025-10-13
- 1 minute(s) read
Sets whether the measurement should calibrate the noise characteristics of the analyzer or compute the noise characteristics of the DUT for the cold source method.
Syntax
Namespace: NationalInstruments.RFmx.SpecAnMX
public int SetColdSourceMode(string selectorString, RFmxSpecAnMXNFColdSourceMode value)
Remarks
This method sets the value of NFColdSourceMode attribute.The default value is Measure.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | RFmxSpecAnMXNFColdSourceMode | Specifies whether the measurement should calibrate the noise characteristics of the analyzer or compute the noise characteristics of the DUT for the cold source method. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.