[SerializableAttribute]
public class OnePathTwoPortsCalibration<T> : IncompleteCalibration<T>,
IOnePathTwoPortsCalibration<T>, IIncompleteCalibration<T>, ISwitchedCalibrationModel<T>, ICalibration<T>,
IBinary, IFlatVector<T>
where T : new(), Object, IRealNumber<T>
<SerializableAttribute>
Public Class OnePathTwoPortsCalibration(Of T As {New, Object, IRealNumber(Of T)})
Inherits IncompleteCalibration(Of T)
Implements IOnePathTwoPortsCalibration(Of T), IIncompleteCalibration(Of T),
ISwitchedCalibrationModel(Of T), ICalibration(Of T), IBinary, IFlatVector(Of T)
[SerializableAttribute]
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class OnePathTwoPortsCalibration : public IncompleteCalibration<T>,
IOnePathTwoPortsCalibration<T>, IIncompleteCalibration<T>, ISwitchedCalibrationModel<T>, ICalibration<T>,
IBinary, IFlatVector<T>
[<SerializableAttribute>]
type OnePathTwoPortsCalibration<'T when 'T : new() and Object and IRealNumber<'T>> =
class
inherit IncompleteCalibration<'T>
interface IOnePathTwoPortsCalibration<'T>
interface IIncompleteCalibration<'T>
interface ISwitchedCalibrationModel<'T>
interface ICalibration<'T>
interface IBinary
interface IFlatVector<'T>
end
OnePathTwoPortsCalibrationT | One Path Two Ports Calibration (Sxx and Syx) |
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
(Overrides SwitchedCalibrationModelTOptionalStandards) |
Ports |
Port assignment
(Inherited from SwitchedCalibrationModelT) |
PortZr |
Error corrected Port Zr / Ohm
(Inherited from SwitchedCalibrationModelT) |
PowerStandards |
Power Calibration Standards
(Overrides SwitchedCalibrationModelTPowerStandards) |
RawPortZr |
Raw Port Zr / Ohm
(Inherited from SwitchedCalibrationModelT) |
RequiredStandards |
Required Calibration Standards
(Overrides SwitchedCalibrationModelTRequiredStandards) |
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
(Overrides SwitchedCalibrationModelTComputeErrorTerms(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 IncompleteCalibrationT) |
ErrorCorrection(WaveParamDataT) |
Correction of the raw DUT measurement with the VNA Error Terms and Switch Terms.
(Inherited from IncompleteCalibrationT) |
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.
(Inherited from IncompleteCalibrationT) |
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) |
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
(Overrides IncompleteCalibrationTPreErrorCorrectionSub(SParamDataT, SParamDataT)) |
PreErrorCorrectionSub(WaveParamDataT, WaveParamDataT) |
Pre Error Correction Sub
(Overrides IncompleteCalibrationTPreErrorCorrectionSub(WaveParamDataT, WaveParamDataT)) |
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) |
ReflectionCalibration | Reflection Calibration |
ScaleErrorTerms |
Scale Error Terms
(Inherited from SwitchedCalibrationModelT) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TransmissionCalibration | Transmission Calibration |