public interface IFreqConvCalibration<T> : IOnePortCalibration<T>,
IGenericCalibrationModel<T>, ICalibration<T>, IBinary, IFlatVector<T>
where T : new(), Object, IRealNumber<T>
Public Interface IFreqConvCalibration(Of T As {New, Object, IRealNumber(Of T)})
Inherits IOnePortCalibration(Of T), IGenericCalibrationModel(Of T), ICalibration(Of T),
IBinary, IFlatVector(Of T)
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public interface class IFreqConvCalibration : IOnePortCalibration<T>,
IGenericCalibrationModel<T>, ICalibration<T>, IBinary, IFlatVector<T>
type IFreqConvCalibration<'T when 'T : new() and Object and IRealNumber<'T>> =
interface
interface IOnePortCalibration<'T>
interface IGenericCalibrationModel<'T>
interface ICalibration<'T>
interface IBinary
interface IFlatVector<'T>
end
ErrorModel |
Error Model
(Inherited from ICalibration<T>) |
ErrorTerms |
Full leaky error terms. Size : 2N-Ports, Port 1, 2, ... N : Raw ports, Port N+1, N+2, ... 2N : Error corrected ports (Inherited from IGenericCalibrationModel<T>) |
FlatVectorSize |
Get Flat Vector Size
(Inherited from IFlatVector<T>) |
Frequency |
Frequency / Hz
(Inherited from ICalibration<T>) |
FrequencyConversions |
Frequency Conversions
(Inherited from ICalibration<T>) |
NFreq |
Number of frequency points
(Inherited from ICalibration<T>) |
NPorts |
Number of ports
(Inherited from ICalibration<T>) |
NReflection |
Number of reflection paths
(Inherited from ICalibration<T>) |
NTransmission |
Number of transmission paths
(Inherited from ICalibration<T>) |
NVnaPorts |
Number of VNA Ports
(Inherited from ICalibration<T>) |
OptionalStandards |
Optional Calibration Standards
(Inherited from ICalibration<T>) |
Ports |
Port assignment
(Inherited from ICalibration<T>) |
PortZr |
Error Corrected Port Zr / Ohm
(Inherited from ICalibration<T>) |
PowerStandards |
Power Calibration Standards
(Inherited from ICalibration<T>) |
RawPortZr |
Raw Port Zr / Ohm
(Inherited from ICalibration<T>) |
RequiredStandards |
Required Calibration Standards
(Inherited from ICalibration<T>) |
SwitchTerms |
Switch terms.
Size: N-Ports.
(Inherited from IGenericCalibrationModel<T>) |
BinarySetDataFrom |
Set object data from Binary Reader.
(Inherited from IBinary) |
BinaryWriteDataTo |
Write object data to Binary Writer.
(Inherited from IBinary) |
ComputeErrorTerms(CalConfigStd<T>[]) |
Compute Error Terms
(Inherited from ICalibration<T>) |
ComputeErrorTerms(CalConfigStd<T>[], BackgroundWorker, DoWorkEventArgs) |
Compute Error Terms
(Inherited from ICalibration<T>) |
ErrorCorrection(SParamData<T>) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibration<T>) |
ErrorCorrection(WaveParamData<T>) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibration<T>) |
ErrorCorrection(SParamData<T>, UncContributions<T>) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibration<T>) |
ErrorCorrection(WaveParamData<T>, UncContributions<T>) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from ICalibration<T>) |
FlatVectorSetDataFrom |
Set object data from Flat Vector
(Inherited from IFlatVector<T>) |
FlatVectorWriteDataTo |
Write object data to Flat Vector
(Inherited from IFlatVector<T>) |
GenerateRawData |
Generate raw data from error corrected data of a DUT
(Inherited from ICalibration<T>) |
Init(Int32, Int32) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
Init(Double[], Complex<T>[], Complex<T>[]) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
Init(Double[], Int32, Complex<T>) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
Init(Int32, VnaPortDescription[], Int32) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
Init(Int32, Int32[], Int32) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
Init(Double[], Complex<T>[], Complex<T>[], VnaPortDescription[], Int32) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
Init(Double[], Complex<T>[], Complex<T>[], Int32[], Int32) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
Init(Double[], Complex<T>[], Complex<T>[], VnaPortDescription[], FrequencyConversion[], Int32) |
Initialize a n-port calibration.
(Inherited from ICalibration<T>) |
InitUnknownSymmetryPhase | Initialize unknown symmetry phase. |
ReceiverCalibrationMultiplePorts |
Receiver Calibration (multiple ports)
(Inherited from IGenericCalibrationModel<T>) |
ReceiverCalibrationSinglePort |
Receiver Calibration (single port)
(Inherited from IGenericCalibrationModel<T>) |
ReflectionCalibration |
GSOLT Reflection Calibration.
(Inherited from IOnePortCalibration<T>) |
ScaleErrorTermsAllPorts |
Scale Error Terms (all ports)
(Inherited from IGenericCalibrationModel<T>) |
ScaleErrorTermsSinglePort |
Scale Error Terms (single port)
(Inherited from IGenericCalibrationModel<T>) |
SwitchedErrorTerms |
Compute Error Terms for source switched to one port.
(Inherited from IGenericCalibrationModel<T>) |