GetMathFunction(string, out RFmxVnaMXSParamsMathFunction)
- Updated2025-10-13
- 1 minute(s) read
Gets the mathematical operation between the configured S-Parameter and its active measurement memory. All mathematical operations are applied on complex data before being formatted.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetMathFunction(string selectorString, out RFmxVnaMXSParamsMathFunction value)
Remarks
This method gets the value of SParamsMathFunction attribute.The default value is Off.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the sparam number and signal number. |
| value | out RFmxVnaMXSParamsMathFunction | Upon return, contains the mathematical operation between the configured S-Parameter and its active measurement memory. All mathematical operations are applied on complex data before being formatted. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.