RFmxPulseMX.GetAttributeDouble Method
- Updated2024-07-17
- 1 minute(s) read
RFmxPulseMXGetAttributeDouble Method
Gets the value of a Double attribute.
Namespace: NationalInstruments.RFmx.PulseMX
Assembly: NationalInstruments.RFmx.PulseMX.Fx40 (in NationalInstruments.RFmx.PulseMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public int GetAttributeDouble( string selectorString, int attributeIdentifier, out double value )
Public Function GetAttributeDouble ( selectorString As String, attributeIdentifier As Integer, <OutAttribute> ByRef value As Double ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies the selector string for the attribute being read. Refer to the Using a Selector String (.NET) topic in the NI-RFmx PULSE Help for more information about configuring the selector string. - attributeIdentifier
- Type: SystemInt32
Passes the ID of an attribute. - value
- Type: SystemDouble
Upon return, contains a value of the specified attribute ID.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.