NIRfsa Namespace

Table of Contents

RfsaDeembedding.GetDeembeddingSParameters Method

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

RfsaDeembeddingGetDeembeddingSParameters Method

Returns the S-parameters used for de-embedding a measurement. This includes interpolation of the parameters based on the configured carrier frequency.

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

Syntax

public void GetDeembeddingSParameters(
	ref ComplexDouble[,] sParameters
)
Public Sub GetDeembeddingSParameters ( 
	ByRef sParameters As ComplexDouble(,)
)

Parameters

sParameters  ComplexDouble
Returns an array of S-parameters. The S-parameters are returned in the following order, s11, s12, s21, s22.

Remarks

This method returns an empty array if no de-embedding is done.

See Also

Log in to get a better experience