Sets 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 SetMathActiveMeasurementMemory(string selectorString, string value)

Remarks

This method sets 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.

valuestring

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