ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgChannelBasedDeembedding ClassRfsgChannelBasedDeembedding.DeembeddingSelectedTable PropertyCurrent page
Table of Contents

RfsgChannelBasedDeembedding.DeembeddingSelectedTable Property

RfsgChannelBasedDeembedding.DeembeddingSelectedTable Property

RfsgChannelBasedDeembeddingDeembeddingSelectedTable Property

Gets or sets the de-embedding table to apply to the measurements on the specified port.

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

Syntax

public string DeembeddingSelectedTable { get; set; }
Public Property DeembeddingSelectedTable As String
	Get
	Set

Property Value

Type: String
Specifies a String representing the de-embedding type.

Remarks

To use this property, you must set the channelName of the RfsgChannelBasedDeembedding sub-object to specify the name of the port to configure for de-embedding.

A port can be passed using the indexer ItemString.

Use the CreateDeembeddingSParameterTableS2pFile(String, String, RfsgSParameterOrientation) to create tables.

See Also

In This Section
Was this information helpful?