RFmxTdscdmaMX.Initiate Method
- Updated2024-07-17
- 1 minute(s) read
RFmxTdscdmaMXInitiate Method
Initiates all enabled measurements. Call this method after configuring the signal and measurement.
This method asynchronously launches measurements in the background and immediately returns to the caller program. You can fetch measurement results using the fetch methods or result methods. To get the status of measurements, use the WaitForMeasurementComplete(String, Double) method or the CheckMeasurementStatus(String, Boolean) method.
This method asynchronously launches measurements in the background and immediately returns to the caller program. You can fetch measurement results using the fetch methods or result methods. To get the status of measurements, use the WaitForMeasurementComplete(String, Double) method or the CheckMeasurementStatus(String, Boolean) method.
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 int Initiate( string selectorString, string resultName )
Public Function Initiate ( selectorString As String, resultName As String ) As Integer
Parameters
- selectorString
- Type: SystemString
Specifies a selector string comprising of the result name. The result name can be specified either through this input or through the resultName input. If you do not specify the result name in this input, either the result name specified by the resultName input or the default result instance is used. - 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.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.