CascadedPowerCalibrationStandardTSetReflectionCoefficient Method

Sets Reflection Coefficient (from Measurement)

Definition

Namespace: Metas.Vna.Database.CalibrationStandards
Assembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
C#
public void SetReflectionCoefficient(
	double[] freq,
	Complex<T> portZr,
	Complex<T>[] reflectionCoefficient
)

Parameters

freq  Double
Frequency List / Hz
portZr  ComplexT
Port Zr / Ohm
reflectionCoefficient  ComplexT
Reflection Coefficient

Implements

IPowerCalibrationStandardTSetReflectionCoefficient(Double, ComplexT, ComplexT)

See Also