GetWave(string, out string)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | 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. |
| wave | out 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.