NIRfsg Namespace

Table of Contents

RfsgDeembedding.ConfigureDeembeddingTableInterpolationLinear Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDeembedding.ConfigureDeembeddingTableInterpolationLinear Method

RfsgDeembeddingConfigureDeembeddingTableInterpolationLinear Method

Selects the linear interpolation method.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public void ConfigureDeembeddingTableInterpolationLinear(
	string tableName,
	RfsgLinearInterpolationFormat format
)
Public Sub ConfigureDeembeddingTableInterpolationLinear ( 
	tableName As String,
	format As RfsgLinearInterpolationFormat
)

Parameters

tableName  String
Specifies the name of the table.
format  RfsgLinearInterpolationFormat
Specifies the format of parameters to interpolate.

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.

See Also

Log in to get a better experience