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

NameValueDescription
Off0

No mathematical operation is performed.

Add1

Data in measurement memory is added to S-Parameter data.

Subtract2

Data in measurement memory is subtracted from S-Parameter data.

Multiply3

S-Parameter data is multiplied by the data in measurement memory.

Divide4

S-Parameter data is divided by the data in measurement memory.