GetAttributeDouble(string, int, out double)
- Updated2025-10-13
- 1 minute(s) read
Gets the value of a double attribute.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public int GetAttributeDouble(string selectorString, int attributeIdentifier, out double value)
Remarks
This method maps to the RFmxDemod_GetAttributeF64() function in C.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the selector string for the attribute being read. Refer to the Using a Selector String (.NET) topic in the RFmx Demod Help for more information about configuring the selector string. |
| attributeIdentifier | int | Specifies the ID of an attribute. |
| value | out double | Upon return, contains the value of the specified attribute ID. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.