NIRfsa Namespace

Table of Contents

RfsaChannelBasedDeembedding.CreateDeembeddingSParameterTableArray Method

  • Updated2025-07-17
  • 1 minute(s) read
RfsaChannelBasedDeembedding.CreateDeembeddingSParameterTableArray Method

RfsaChannelBasedDeembeddingCreateDeembeddingSParameterTableArray Method

Creates an s-parameter de-embedding table for the port from the input data.

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

Syntax

public void CreateDeembeddingSParameterTableArray(
	string tableName,
	double[] frequencies,
	ComplexDouble[,,] sParameterTable,
	RfsaSParameterOrientation sParameterOrientation
)
Public Sub CreateDeembeddingSParameterTableArray ( 
	tableName As String,
	frequencies As Double(),
	sParameterTable As ComplexDouble(,,),
	sParameterOrientation As RfsaSParameterOrientation
)

Parameters

tableName  String
Specifies the name of the table. The name must be unique for a given port, but not across ports.
frequencies  Double
Specifies the frequencies for the S-parameter table rows. Frequencies must be unique and in ascending order.
sParameterTable  ComplexDouble
Specifies the S-parameters for each frequency. S-parameters for each frequency are placed in the array in the following order: s11, s12, s21, s22.
sParameterOrientation  RfsaSParameterOrientation
Specifies the orientation of the data in the S2P file relative to the port you specify.

Remarks

If only one table is created for a port, the table is automatically selected and used to de-embed the measurement.

See Also

Log in to get a better experience