GetParameter(string, out string)
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
| value | out 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.