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

NameTypeDescription
selectorStringstring

Specifies the sparam number and signal number.
Example:
"signal0" or
"signal0/sparam0".
You can use the BuildSParameterString(string, int) method to build the selector string.

valueout 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.