PowerCalibrationStandardTSetReflectionCoefficient Method
Sets Reflection Coefficient (from Measurement)
Namespace: Metas.Vna.Database.CalibrationStandardsAssembly: Metas.Vna.Database (in Metas.Vna.Database.dll) Version: 2.8.9053.20282
public void SetReflectionCoefficient(
double[] freq,
Complex<T> portZr,
Complex<T>[] reflectionCoefficient
)
Public Sub SetReflectionCoefficient (
freq As Double(),
portZr As Complex(Of T),
reflectionCoefficient As Complex(Of T)()
)
public:
virtual void SetReflectionCoefficient(
array<double>^ freq,
Complex<T> portZr,
array<Complex<T>>^ reflectionCoefficient
) sealed
abstract SetReflectionCoefficient :
freq : float[] *
portZr : Complex<'T> *
reflectionCoefficient : Complex<'T>[] -> unit
override SetReflectionCoefficient :
freq : float[] *
portZr : Complex<'T> *
reflectionCoefficient : Complex<'T>[] -> unit
- freq Double
- Frequency List / Hz
- portZr ComplexT
- Port Zr / Ohm
- reflectionCoefficient ComplexT
- Reflection Coefficient
IPowerCalibrationStandardTSetReflectionCoefficient(Double, ComplexT, ComplexT)