RFMXVNA_ATTR_SPARAMS_MATH_FUNCTION
- Updated2025-04-08
- 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
RFMXVNA_ATTR_SPARAMS_MATH_FUNCTION
Numeric Value | Data Type | Access | Applies To |
---|---|---|---|
13635610 | int32 | Read/Write | Sparameter |
Remarks
Use "sparam<n>" as the selector string to configure or read this attribute.
The default value is Off.
Name | Value | Description |
---|---|---|
RFMXVNA_VAL_SPARAMS_MATH_FUNCTION_OFF | 0 (0x0) | No mathematical operation is performed. |
RFMXVNA_VAL_SPARAMS_MATH_FUNCTION_ADD | 1 (0x1) | Data in measurement memory is added to S-Parameter data. |
RFMXVNA_VAL_SPARAMS_MATH_FUNCTION_SUBTRACT | 2 (0x2) | Data in measurement memory is subtracted from S-Parameter data. |
RFMXVNA_VAL_SPARAMS_MATH_FUNCTION_MULTIPLY | 3 (0x3) | S-Parameter data is multiplied by the data in measurement memory. |
RFMXVNA_VAL_SPARAMS_MATH_FUNCTION_DIVIDE | 4 (0x4) | S-Parameter data is divided by the data in measurement memory. |