Gets the measured S-Parameter denoted by "S_(receiver port number)_(source port number)".

Syntax

Namespace: NationalInstruments.RFmx.VnaMX

public int GetParameter(string selectorString, out string value)

Remarks

This method gets the value of SParamsParameter attribute.The default value is "S11".

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueout string

Upon return, contains the measured S-Parameter denoted by "S_(receiver port number)_(source port number)". For example, to measure S_port2_port1, this method returns "S21".

Returns

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