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

NameTypeDescription
selectorStringstring

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.
Example:
"sparam0"
"result::r1/sparam0"
You can use the BuildSParameterString(string, int) method to build the selector string.

sParameterout 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.