NIRfsa Namespace

Table of Contents

RfsaChannelBasedDeembedding.DeembeddingCompensationGain Property

  • Updated2025-05-22
  • 1 minute(s) read
RfsaChannelBasedDeembedding.DeembeddingCompensationGain Property

RfsaChannelBasedDeembeddingDeembeddingCompensationGain Property

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

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

Syntax

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

Property Value

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

Remarks

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

A port can be passed using the indexer ItemString.

If de-embedding is enabled, NI-RFSA uses the specified table to remove the effects of the external network between the instrument and the DUT. Use the CreateDeembeddingSParameterTableS2pFile(String, String, RfsaSParameterOrientation) to create tables.

See Also

Log in to get a better experience