GetMathActiveMeasurementMemory(string, out string)
- Updated2025-10-13
- 1 minute(s) read
Gets the active measurement memory for performing mathematical operation when several measurement memories are associated with the configured S-Parameter. If only one measurement memory is associated with the configured S-Parameter, that measurement memory will be used for mathematical operations.
Syntax
Namespace: NationalInstruments.RFmx.VnaMX
public int GetMathActiveMeasurementMemory(string selectorString, out string value)
Remarks
This method gets the value of SParamsMathActiveMeasurementMemory attribute.
Parameters
| Name | Type | Description |
|---|---|---|
| selectorString | string | Specifies the sparam number and signal number. |
| value | out string | Upon return, contains the active measurement memory for performing mathematical operation when several memories are associated with the configured S-Parameter. If only one memory is associated with the configured S-Parameter, that memory will be used for mathematical operations. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.