ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDeembedding.CreateDeembeddingSParameterTableS2pFile Method

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDeembedding.CreateDeembeddingSParameterTableS2pFile Method

RfsgDeembeddingCreateDeembeddingSParameterTableS2pFile Method

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

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

Syntax

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

Parameters

tableName
Type: SystemString
Specifies the name of the table. The name of the table must be unique.
s2pFilePath
Type: SystemString
Specifies the path to the S2P file that contains de-embedding information.
sParameterOrientation
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSParameterOrientation
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