ConfigureWave(string, string)
- Updated2025-10-13
- 1 minute(s) read
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.
Use "wave(n)" as the selector string to configure this method.Supported Devices: NI PXIe-5633
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int ConfigureWave(string selectorString, string wave)
Parameters
| Name | Type | Description |
|---|---|---|
| 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. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.