ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDeembedding.DeembeddingCompensationGain Property

RfsgDeembedding.DeembeddingCompensationGain Property

RfsgDeembeddingDeembeddingCompensationGain Property

Gets the de-embedding compensation gain(as double) used to compensate the mismatch on the specified port defined by sParameterTables.

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

Syntax

public double DeembeddingCompensationGain { get; }
Public ReadOnly Property DeembeddingCompensationGain As Double
	Get

Property Value

Type: Double
Specifies a Double representing the de-embedding compensation gain.

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?