GenericCalibrationModelTPortZr Property
Error corrected Port Zr / Ohm
Namespace: Metas.Vna.CalibrationAssembly: Metas.Vna.Calibration (in Metas.Vna.Calibration.dll) Version: 2.8.9053.20286
public Complex<T>[] PortZr { get; set; }
Public Property PortZr As Complex(Of T)()
Get
Set
public:
virtual property array<Complex<T>>^ PortZr {
array<Complex<T>>^ get () sealed;
void set (array<Complex<T>>^ value) sealed;
}
abstract PortZr : Complex<'T>[] with get, set
override PortZr : Complex<'T>[] with get, set
ComplexTICalibrationTPortZr