RFmxLteMX.BuildListStepString Method
- Updated2024-07-17
- 1 minute(s) read
RFmxLteMXBuildListStepString Method
Creates the list step string.
Namespace: NationalInstruments.RFmx.LteMX
Assembly: NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public static string BuildListStepString( string selectorString, string resultName, int listStepNumber )
Public Shared Function BuildListStepString ( selectorString As String, resultName As String, listStepNumber As Integer ) As String
Parameters
- selectorString
- Type: SystemString
Specifies the list name. This input accepts the list name with or without the "list::" prefix. Example: "list::samplelist1" "samplelist1" - resultName
- Type: SystemString
Specifies the name to be associated with measurement results. Provide a unique name, such as "r1" to enable fetching of multiple measurement results and traces. This input accepts the result name with or without the "result::" prefix. Example: "result::r1" "r1" - listStepNumber
- Type: SystemInt32
Specifies the list step number.
Return Value
Type: StringReturns the status code of this method. The status code either indicates success or describes a warning condition.