RFmxVnaMXSParamsMathFunction Enumeration
- Updated2025-10-13
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public enum RFmxVnaMXSParamsMathFunction
Members
| Name | Value | Description |
|---|---|---|
| Off | 0 | No mathematical operation is performed. |
| Add | 1 | Data in measurement memory is added to S-Parameter data. |
| Subtract | 2 | Data in measurement memory is subtracted from S-Parameter data. |
| Multiply | 3 | S-Parameter data is multiplied by the data in measurement memory. |
| Divide | 4 | S-Parameter data is divided by the data in measurement memory. |