RFmxDemodMX.BuildResultString Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Creates the selector string for use with Configuration or Fetch methods.
Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public static string BuildResultString( string resultName )
Public Shared Function BuildResultString ( resultName As String ) As String
Parameters
- resultName String
- Specifies the result name for building the selector string. This parameter accepts the result name with or without the "result::" prefix. Example: "", "result::r1", "r1".
Return Value
StringReturns the status code of this method. The status code either indicates success or describes a warning condition.