SetMathFunction(string, RFmxVnaMXSParamsMathFunction)
- Updated2025-10-13
- 1 minute(s) read
Sets 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 SetMathFunction(string selectorString, RFmxVnaMXSParamsMathFunction value)
Remarks
This method sets the value of SParamsMathFunction attribute.The default value is Off.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the sparam number and signal number. |
| value | RFmxVnaMXSParamsMathFunction | Specifies 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.