RFmxVnaMX.BuildPulseGeneratorString Method
- Updated2024-07-17
- 1 minute(s) read
RFmx
Creates the selector string specifying the Pulse Generator for use with configuration or fetch properties.
Namespace: NationalInstruments.RFmx.VnaMX
Assembly: NationalInstruments.RFmx.VnaMX.Fx40 (in NationalInstruments.RFmx.VnaMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)
Syntax
public static string BuildPulseGeneratorString( string selectorString, int pulseGeneratorNumber )
Public Shared Function BuildPulseGeneratorString ( selectorString As String, pulseGeneratorNumber As Integer ) As String
Parameters
- selectorString String
- Specifies a selector string comprising of the result name. If you do not specify the result name, the default result instance is used.
Example:
"result::myresult1"
You can use the BuildResultString(String) method to build the selector string. - pulseGeneratorNumber Int32
- Specifies the pulse generator index for building the selector string.
Return Value
StringReturns the status code of this method. The status code either indicates success or describes a warning condition.