ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgChannelBasedDeembedding MethodsRfsgChannelBasedDeembedding.ConfigureDeembeddingTableInterpolationLinear MethodCurrent page
Table of Contents

RfsgChannelBasedDeembedding.ConfigureDeembeddingTableInterpolationLinear Method

RfsgChannelBasedDeembedding.ConfigureDeembeddingTableInterpolationLinear Method

RfsgChannelBasedDeembeddingConfigureDeembeddingTableInterpolationLinear Method

Selects the linear interpolation method.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Parameters

tableName
Type: SystemString
Specifies the name of the table.
format
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgLinearInterpolationFormat
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

In This Section
Was this information helpful?