RFmx VNA DotNET

Table of Contents

RFmxVnaMXWavesConfiguration.ConfigureWave Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxVnaMXWavesConfiguration.ConfigureWave Method

RFmxVnaMXWavesConfigurationConfigureWave Method

Configures the wave to be measured in format a<receiver port number><source port number> or b<receiver port number><source port number>, where 'a' specifies that the receiver is reference receiver and 'b' specifies that the receiver is test receiver.

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 int ConfigureWave(
	string selectorString,
	string wave
)
Public Function ConfigureWave ( 
	selectorString As String,
	wave As String
) As Integer

Parameters

selectorString  String
Specifies a selector string comprising of the signal name, result name, and wave number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used.
wave  String
Specifies the wave to be measured. The default value is b11.

Return Value

Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

See Also

Log in to get a better experience