public interface INormalizationCalibration<T> : IIncompleteCalibrationUnknownErrorTerms<T>,
IIncompleteCalibration<T>, ISwitchedCalibrationModel<T>, ICalibration<T>, IBinary, IFlatVector<T>
where T : new(), Object, IRealNumber<T>
Public Interface INormalizationCalibration(Of T As {New, Object, IRealNumber(Of T)})
Inherits 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 interface class INormalizationCalibration : IIncompleteCalibrationUnknownErrorTerms<T>,
IIncompleteCalibration<T>, ISwitchedCalibrationModel<T>, ICalibration<T>, IBinary, IFlatVector<T>
type INormalizationCalibration<'T when 'T : new() and Object and IRealNumber<'T>> =
interface
interface IIncompleteCalibrationUnknownErrorTerms<'T>
interface IIncompleteCalibration<'T>
interface ISwitchedCalibrationModel<'T>
interface ICalibration<'T>
interface IBinary
interface IFlatVector<'T>
end
ErrorModel |
Error Model
(Inherited from ICalibrationT) |
FlatVectorSize |
Get Flat Vector Size
(Inherited from IFlatVectorT) |
Frequency |
Frequency / Hz
(Inherited from ICalibrationT) |
FrequencyConversions |
Frequency Conversions
(Inherited from ICalibrationT) |
NFreq |
Number of frequency points
(Inherited from ICalibrationT) |
NPorts |
Number of ports
(Inherited from ICalibrationT) |
NReflection |
Number of reflection paths
(Inherited from ICalibrationT) |
NTransmission |
Number of transmission paths
(Inherited from ICalibrationT) |
NVnaPorts |
Number of VNA Ports
(Inherited from ICalibrationT) |
OptionalStandards |
Optional Calibration Standards
(Inherited from ICalibrationT) |
Ports |
Port assignment
(Inherited from ICalibrationT) |
PortZr |
Error Corrected Port Zr / Ohm
(Inherited from ICalibrationT) |
PowerStandards |
Power Calibration Standards
(Inherited from ICalibrationT) |
RawPortZr |
Raw Port Zr / Ohm
(Inherited from ICalibrationT) |
RequiredStandards |
Required Calibration Standards
(Inherited from ICalibrationT) |
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 ISwitchedCalibrationModelT) |
BinarySetDataFrom |
Set object data from Binary Reader.
(Inherited from IBinary) |
BinaryWriteDataTo |
Write object data to Binary Writer.
(Inherited from IBinary) |
ComputeErrorTerms(CalConfigStdT) |
Compute Error Terms
(Inherited from ICalibrationT) |
ComputeErrorTerms(CalConfigStdT, BackgroundWorker, DoWorkEventArgs) |
Compute Error Terms
(Inherited from ICalibrationT) |
ErrorCorrection(SParamDataT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibrationT) |
ErrorCorrection(WaveParamDataT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibrationT) |
ErrorCorrection(SParamDataT, UncContributionsT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibrationT) |
ErrorCorrection(WaveParamDataT, UncContributionsT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibrationT) |
FlatVectorSetDataFrom |
Set object data from Flat Vector
(Inherited from IFlatVectorT) |
FlatVectorWriteDataTo |
Write object data to Flat Vector
(Inherited from IFlatVectorT) |
GenerateRawData |
Generate raw data from error corrected data of a DUT
(Inherited from ICalibrationT) |
GenericErrorTerms |
Compute Generic Error Terms.
(Inherited from ISwitchedCalibrationModelT) |
GenericSwitchTerms |
Compute Generic Switch Terms.
(Inherited from ISwitchedCalibrationModelT) |
Init(Int32, Int32) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
Init(Double, ComplexT, ComplexT) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
Init(Double, Int32, ComplexT) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
Init(Int32, VnaPortDescription, Int32) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
Init(Int32, Int32, Int32) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
Init(Double, ComplexT, ComplexT, VnaPortDescription, Int32) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
Init(Double, ComplexT, ComplexT, Int32, Int32) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
Init(Double, ComplexT, ComplexT, VnaPortDescription, FrequencyConversion, Int32) |
Initialize a n-port calibration.
(Inherited from ICalibrationT) |
InitUnknownErrorTerms |
Initialize unknown error terms.
(Inherited from IIncompleteCalibrationUnknownErrorTermsT) |
PostErrorCorrection(SParamDataT) |
Post Error Correction
(Inherited from IIncompleteCalibrationT) |
PostErrorCorrection(WaveParamDataT) |
Post Error Correction
(Inherited from IIncompleteCalibrationT) |
PreErrorCorrection(SParamDataT, UncContributionsT) |
Pre Error Correction
(Inherited from IIncompleteCalibrationT) |
PreErrorCorrection(WaveParamDataT, UncContributionsT) |
Pre Error Correction
(Inherited from IIncompleteCalibrationT) |
PreErrorCorrectionSub(SParamDataT, SParamDataT) |
Pre Error Correction Sub
(Inherited from IIncompleteCalibrationT) |
PreErrorCorrectionSub(WaveParamDataT, WaveParamDataT) |
Pre Error Correction Sub
(Inherited from IIncompleteCalibrationT) |
PrepareUnknownDut(SParamDataT, SParamDataT) |
Prepare Unknown S-Parameters of DUT
(Inherited from IIncompleteCalibrationT) |
PrepareUnknownDut(WaveParamDataT, SParamDataT) |
Prepare Unknown Wave Parameters of DUT
(Inherited from IIncompleteCalibrationT) |
ReceiverCalibration |
Receiver Calibration
(Inherited from ISwitchedCalibrationModelT) |
ScaleErrorTerms |
Scale Error Terms
(Inherited from ISwitchedCalibrationModelT) |