RfsgDeembedding.GetDeembeddingSParameters Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDeembeddingGetDeembeddingSParameters 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.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void GetDeembeddingSParameters( ref ComplexDouble[,] sParameters )
Public Sub GetDeembeddingSParameters ( ByRef sParameters As ComplexDouble(,) )
Parameters
- sParameters
- Type: NationalInstrumentsComplexDouble
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.