public abstract class NormalizationCalibration<T> : IncompleteCalibrationUnknownErrorTerms<T>,
INormalizationCalibration<T>, IIncompleteCalibrationUnknownErrorTerms<T>, IIncompleteCalibration<T>, ISwitchedCalibrationModel<T>,
ICalibration<T>, IBinary, IFlatVector<T>
where T : new(), Object, IRealNumber<T>
Public MustInherit Class NormalizationCalibration(Of T As {New, Object, IRealNumber(Of T)})
Inherits IncompleteCalibrationUnknownErrorTerms(Of T)
Implements INormalizationCalibration(Of T), IIncompleteCalibrationUnknownErrorTerms(Of T),
IIncompleteCalibration(Of T), ISwitchedCalibrationModel(Of T), ICalibration(Of T),
IBinary, IFlatVector(Of T)
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class NormalizationCalibration abstract : public IncompleteCalibrationUnknownErrorTerms<T>,
INormalizationCalibration<T>, IIncompleteCalibrationUnknownErrorTerms<T>, IIncompleteCalibration<T>, ISwitchedCalibrationModel<T>,
ICalibration<T>, IBinary, IFlatVector<T>
[<AbstractClassAttribute>]
type NormalizationCalibration<'T when 'T : new() and Object and IRealNumber<'T>> =
class
inherit IncompleteCalibrationUnknownErrorTerms<'T>
interface INormalizationCalibration<'T>
interface IIncompleteCalibrationUnknownErrorTerms<'T>
interface IIncompleteCalibration<'T>
interface ISwitchedCalibrationModel<'T>
interface ICalibration<'T>
interface IBinary
interface IFlatVector<'T>
end
NormalizationCalibrationT | Initializes a new instance of the NormalizationCalibrationT class |
ErrorModel |
Error Model
(Inherited from SwitchedCalibrationModelT) |
FlatVectorSize |
Get Flat Vector Size
(Inherited from SwitchedCalibrationModelT) |
Frequency |
Frequency / Hz
(Inherited from SwitchedCalibrationModelT) |
FrequencyConversions |
Frequency Conversions
(Inherited from SwitchedCalibrationModelT) |
NFreq |
Number of frequency points
(Inherited from SwitchedCalibrationModelT) |
NPorts |
Number of ports
(Inherited from SwitchedCalibrationModelT) |
NReflection |
Number of reflection paths
(Inherited from SwitchedCalibrationModelT) |
NTransmission |
Number of transmission paths
(Inherited from SwitchedCalibrationModelT) |
NVnaPorts |
Number of VNA Ports
(Inherited from SwitchedCalibrationModelT) |
OptionalStandards |
Optional Calibration Standards
(Inherited from SwitchedCalibrationModelT) |
Ports |
Port assignment
(Inherited from SwitchedCalibrationModelT) |
PortZr |
Error corrected Port Zr / Ohm
(Inherited from SwitchedCalibrationModelT) |
PowerStandards |
Power Calibration Standards
(Inherited from SwitchedCalibrationModelT) |
RawPortZr |
Raw Port Zr / Ohm
(Inherited from SwitchedCalibrationModelT) |
RequiredStandards |
Required Calibration Standards
(Inherited from SwitchedCalibrationModelT) |
SwitchedErrorTerms |
Full leaky switched error terms. Size : 2N-Ports, Port 1, 2, ... N : Raw ports, Port N+1, N+2, ... 2N : Error corrected ports (Inherited from SwitchedCalibrationModelT) |
BinarySetDataFrom |
Set object data from Binary Reader.
(Inherited from SwitchedCalibrationModelT) |
BinaryWriteDataTo |
Write object data to Binary Writer.
(Inherited from SwitchedCalibrationModelT) |
ComputeErrorTerms(CalConfigStdT) |
Compute Error Terms
(Inherited from SwitchedCalibrationModelT) |
ComputeErrorTerms(CalConfigStdT, BackgroundWorker, DoWorkEventArgs) |
Compute Error Terms
(Inherited from SwitchedCalibrationModelT) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
ErrorCorrection(SParamDataT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from IncompleteCalibrationT) |
ErrorCorrection(WaveParamDataT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Overrides IncompleteCalibrationTErrorCorrection(WaveParamDataT)) |
ErrorCorrection(SParamDataT, UncContributionsT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from IncompleteCalibrationT) |
ErrorCorrection(WaveParamDataT, UncContributionsT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Overrides IncompleteCalibrationTErrorCorrection(WaveParamDataT, UncContributionsT)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FlatVectorSetDataFrom |
Set object data from Flat Vector
(Inherited from SwitchedCalibrationModelT) |
FlatVectorWriteDataTo |
Write object data to Flat Vector
(Inherited from SwitchedCalibrationModelT) |
GenerateRawData |
Generate raw data from error corrected data of a DUT
(Inherited from SwitchedCalibrationModelT) |
GenericErrorTerms |
Compute Generic Error Terms.
(Inherited from SwitchedCalibrationModelT) |
GenericSwitchTerms |
Compute Generic Switch Terms.
(Inherited from SwitchedCalibrationModelT) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetObjectData |
Custom Serialization
(Inherited from SwitchedCalibrationModelT) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init(Int32, Int32) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
Init(Double, ComplexT, ComplexT) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
Init(Double, Int32, ComplexT) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
Init(Int32, VnaPortDescription, Int32) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
Init(Int32, Int32, Int32) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
Init(Double, ComplexT, ComplexT, VnaPortDescription, Int32) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
Init(Double, ComplexT, ComplexT, Int32, Int32) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
Init(Double, ComplexT, ComplexT, VnaPortDescription, FrequencyConversion, Int32) |
Initialize a n-port calibration.
(Inherited from SwitchedCalibrationModelT) |
InitUnknownErrorTerms |
Initialize unknown error terms.
(Inherited from IncompleteCalibrationUnknownErrorTermsT) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
PostErrorCorrection(SParamDataT) |
Post Error Correction
(Inherited from IncompleteCalibrationT) |
PostErrorCorrection(WaveParamDataT) |
Post Error Correction
(Inherited from IncompleteCalibrationT) |
PreErrorCorrection(SParamDataT, UncContributionsT) |
Pre Error Correction
(Inherited from IncompleteCalibrationT) |
PreErrorCorrection(WaveParamDataT, UncContributionsT) |
Pre Error Correction
(Inherited from IncompleteCalibrationT) |
PreErrorCorrectionSub(SParamDataT, SParamDataT) |
Pre Error Correction Sub
(Inherited from IncompleteCalibrationT) |
PreErrorCorrectionSub(WaveParamDataT, WaveParamDataT) |
Pre Error Correction Sub
(Inherited from IncompleteCalibrationT) |
PrepareUnknownDut(SParamDataT, SParamDataT) |
Prepare Unknown S-Parameters of DUT
(Inherited from IncompleteCalibrationT) |
PrepareUnknownDut(WaveParamDataT, SParamDataT) |
Prepare Unknown Wave Parameters of DUT
(Inherited from IncompleteCalibrationT) |
ReceiverCalibration |
Receiver Calibration
(Inherited from SwitchedCalibrationModelT) |
ScaleErrorTerms |
Scale Error Terms
(Inherited from SwitchedCalibrationModelT) |
ToString | Returns a string that represents the current object. (Inherited from Object) |