GetSParameter(string, out string)
- Updated2025-10-13
- 1 minute(s) read
Returns the S-Parameter being measured in format S(receiver port number)(source port number)
Use "sparam(n)" as the selector string for this method.Supported Devices: NI PXIe-5633
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetSParameter(string selectorString, out string sParameter)
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies a selector string comprising of the result name, and S-Parameter number. If you do not specify the result name, the default result instance is used. |
| sParameter | out string | returns the S-Parameter being measured in format S<receiver number="" port=""><source number="" port="" >.</receiver> |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.