AgilentCalStdImpedancePolynomT Method
            Computes a Impedance Polynom
            
Namespace: Metas.Vna.AgilentModelAssembly: Metas.Vna.AgilentModel (in Metas.Vna.AgilentModel.dll) Version: 2.9.9438.25107
public static SParamData<T> ImpedancePolynom<T>(
	double[] freq,
	AgilentStandardType stdtype,
	T[] polynom,
	Complex<T> Zr
)
where T : new(), Object, IRealNumber<T>
Public Shared Function ImpedancePolynom(Of T As {New, Object, IRealNumber(Of T)}) ( 
	freq As Double(),
	stdtype As AgilentStandardType,
	polynom As T(),
	Zr As Complex(Of T)
) As SParamData(Of T)
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static SParamData<T>^ ImpedancePolynom(
	array<double>^ freq, 
	AgilentStandardType stdtype, 
	array<T>^ polynom, 
	Complex<T> Zr
)
static member ImpedancePolynom : 
        freq : float[] * 
        stdtype : AgilentStandardType * 
        polynom : 'T[] * 
        Zr : Complex<'T> -> SParamData<'T>  when 'T : new() and Object and IRealNumber<'T>
- freq  Double
 - Frequency List / Hz
 - stdtype  AgilentStandardType
 - Standard Type
 - polynom  T
 - Polynom
 - Zr  ComplexT
 - Reference Impedance / Ohm
 
- T
 - Real Number Type
 
SParamDataT1-Port S-Parameter Data