GenericCalibrationModelTScaleErrorTermsSinglePort Method
Scale Error Terms (single port)
Namespace: Metas.Vna.CalibrationAssembly: Metas.Vna.Calibration (in Metas.Vna.Calibration.dll) Version: 2.8.9053.20286
public void ScaleErrorTermsSinglePort(
Complex<T>[] scale,
int srcport
)
Public Sub ScaleErrorTermsSinglePort (
scale As Complex(Of T)(),
srcport As Integer
)
public:
virtual void ScaleErrorTermsSinglePort(
array<Complex<T>>^ scale,
int srcport
) sealed
abstract ScaleErrorTermsSinglePort :
scale : Complex<'T>[] *
srcport : int -> unit
override ScaleErrorTermsSinglePort :
scale : Complex<'T>[] *
srcport : int -> unit
- scale ComplexT
- Scale
- srcport Int32
- Source port index
IGenericCalibrationModelTScaleErrorTermsSinglePort(ComplexT, Int32)