[SerializableAttribute]
public class OptCalibration<T> : GenericCalibrationModel<T>,
IFlatVector<T>, IBinary
where T : new(), Object, IRealNumber<T>
<SerializableAttribute>
Public Class OptCalibration(Of T As {New, Object, IRealNumber(Of T)})
Inherits GenericCalibrationModel(Of T)
Implements IFlatVector(Of T), IBinary
[SerializableAttribute]
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class OptCalibration : public GenericCalibrationModel<T>,
IFlatVector<T>, IBinary
[<SerializableAttribute>]
type OptCalibration<'T when 'T : new() and Object and IRealNumber<'T>> =
class
inherit GenericCalibrationModel<'T>
interface IFlatVector<'T>
interface IBinary
end
OptCalibrationT | Initializes a new instance of the OptCalibrationT class |
BinarySetDataFrom(MyBinaryReader) | (Overrides GenericCalibrationModelTBinarySetDataFrom(MyBinaryReader)) |
BinarySetDataFrom(MyBinaryReader, String, Int32) |
Set object data from Binary Reader.
(Inherited from GenericCalibrationModelT) |
BinaryWriteDataTo | (Overrides GenericCalibrationModelTBinaryWriteDataTo(MyBinaryWriter, Boolean)) |
ComputeErrorTerms(CalConfigStdT) |
Compute Error Terms
(Inherited from GenericCalibrationModelT) |
ComputeErrorTerms(CalConfigStdT, BackgroundWorker, DoWorkEventArgs) | (Overrides GenericCalibrationModelTComputeErrorTerms(CalConfigStdT, BackgroundWorker, DoWorkEventArgs)) |
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 GenericCalibrationModelT) |
ErrorCorrection(WaveParamDataT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from GenericCalibrationModelT) |
ErrorCorrection(SParamDataT, UncContributionsT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from GenericCalibrationModelT) |
ErrorCorrection(WaveParamDataT, UncContributionsT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from GenericCalibrationModelT) |
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 | (Overrides GenericCalibrationModelTFlatVectorSetDataFrom(T, Int32)) |
FlatVectorWriteDataTo | (Overrides GenericCalibrationModelTFlatVectorWriteDataTo(T, Int32)) |
GenerateRawData |
Generate raw data from error corrected data of a DUT
(Inherited from GenericCalibrationModelT) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetObjectData |
Custom Serialization
(Inherited from GenericCalibrationModelT) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init(Int32, Int32) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
Init(Double, ComplexT, ComplexT) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
Init(Double, Int32, ComplexT) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
Init(Int32, VnaPortDescription, Int32) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
Init(Int32, Int32, Int32) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
Init(Double, ComplexT, ComplexT, VnaPortDescription, Int32) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
Init(Double, ComplexT, ComplexT, Int32, Int32) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
Init(Double, ComplexT, ComplexT, VnaPortDescription, FrequencyConversion, Int32) |
Initialize a n-port calibration.
(Inherited from GenericCalibrationModelT) |
InitStartValues | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OptimizationCalibration | |
OptimizationCalibration2 | |
OptimizationCalibrationBigShaker | |
ReceiverCalibrationMultiplePorts |
Receiver Calibration (multiple Ports)
(Inherited from GenericCalibrationModelT) |
ReceiverCalibrationSinglePort |
Receiver Calibration (single port)
(Inherited from GenericCalibrationModelT) |
ScaleErrorTermsAllPorts |
Scale Error Terms (all ports)
(Inherited from GenericCalibrationModelT) |
ScaleErrorTermsSinglePort |
Scale Error Terms (single port)
(Inherited from GenericCalibrationModelT) |
SwitchedErrorTerms |
Compute Error Terms for source switched to one port.
(Inherited from GenericCalibrationModelT) |
ToString | Returns a string that represents the current object. (Inherited from Object) |