Selects the linear interpolation method.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public void ConfigureDeembeddingTableInterpolationLinear(string tableName, RfsgLinearInterpolationFormat format)

Remarks

If the carrier frequency does not match a row in the de-embedding table, this method performs a linear interpolation based on the entries above and below in the de-embedding table to determine the parameters used for de-embedding.

Parameters

NameTypeDescription
tableNamestring

Specifies the name of the table.

formatRfsgLinearInterpolationFormat

Specifies the format of parameters to interpolate.