Returns the wave being 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.
Use "wave(n)" as the selector string for this method.Supported Devices: NI PXIe-5633

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int GetWave(string selectorString, out string wave)

Parameters

NameTypeDescription
selectorStringstring

Specifies a selector string comprising of the result name, and wave number. If you do not specify the result name, the default result instance is used.
"wave0"
"result::r1/wave0"
You can use the BuildWaveString(string, int) method to build the selector string.

waveout string

Upon return, contains the wave being 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.

Returns

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