NoiseCorrelationMatrixTS21 Property
Forward Transmission S21
Namespace: Metas.Vna.Data.NoiseParametersAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 3.0.9519.15360
public Complex<T>[] S21 { get; set; }
Public Property S21 As Complex(Of T)()
Get
Set
public:
virtual property array<Complex<T>>^ S21 {
array<Complex<T>>^ get () sealed;
void set (array<Complex<T>>^ value) sealed;
}
abstract S21 : Complex<'T>[] with get, set
override S21 : Complex<'T>[] with get, set
ComplexTINoiseCorrelationMatrixTS21