RFmxTdscdmaMX.BuildResultString Method
- Updated2024-07-17
- 1 minute(s) read
RFmxTdscdmaMXBuildResultString Method
Creates selector string for use with configuration or fetch.
Namespace: NationalInstruments.RFmx.TdscdmaMX
Assembly: NationalInstruments.RFmx.TdscdmaMX.Fx40 (in NationalInstruments.RFmx.TdscdmaMX.Fx40.dll) Version: 24.5.0.49284 (24.5.0.49284)
Syntax
public static string BuildResultString( string resultName )
Public Shared Function BuildResultString ( resultName As String ) As String
Parameters
- resultName
- Type: SystemString
Specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. Example: "", "result::r1", "r1".
Return Value
Type: StringUpon return, contains the selector string created by this method.