NIRfsa Namespace

Table of Contents

RfsaDeembedding.CreateDeembeddingSParameterTableS2pFile Method

  • Updated2025-07-17
  • 1 minute(s) read
RfsaDeembedding.CreateDeembeddingSParameterTableS2pFile Method

RfsaDeembeddingCreateDeembeddingSParameterTableS2pFile Method

Creates an S-parameter de-embedding table based on the specified S2P file.

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

Syntax

public void CreateDeembeddingSParameterTableS2pFile(
	string tableName,
	string s2pFilePath,
	RfsaSParameterOrientation sParameterOrientation
)
Public Sub CreateDeembeddingSParameterTableS2pFile ( 
	tableName As String,
	s2pFilePath As String,
	sParameterOrientation As RfsaSParameterOrientation
)

Parameters

tableName  String
Specifies the name of the table. The name of the table must be unique. If you use the same name as an existing table, the table is replaced.
s2pFilePath  String
Specifies the path to the S2P file that contains de-embedding information.
sParameterOrientation  RfsaSParameterOrientation
Specifies the orientation of the data in the S2P file.

Remarks

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

See Also

Log in to get a better experience