ConfigureDeembeddingTableInterpolationLinear(string, RfsgLinearInterpolationFormat)
- Updated2025-10-14
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| tableName | string | Specifies the name of the table. |
| format | RfsgLinearInterpolationFormat | Specifies the format of parameters to interpolate. |