GetDeembeddingSParameters(ref ComplexDouble)
- Updated2025-10-14
- 1 minute(s) read
Returns the S-parameters used for de-embedding a measurement. This includes interpolation of the parameters based on the configured carrier frequency.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public void GetDeembeddingSParameters(ref ComplexDouble[,] sParameters)
Remarks
This method returns an empty array if no de-embedding is done.
Parameters
| Name | Type | Description |
|---|---|---|
| sParameters | ref ComplexDouble | Returns an array of S-parameters. The S-parameters are returned in the following order, s11, s12, s21, s22. |