RfsgDeembedding.ConfigureDeembeddingTableInterpolationLinear Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDeembeddingConfigureDeembeddingTableInterpolationLinear 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.