[SerializableAttribute]
public class IdealIsolation<T> : CalibrationStandardTwoPort<T>
where T : new(), Object, IRealNumber<T>
<SerializableAttribute>
Public Class IdealIsolation(Of T As {New, Object, IRealNumber(Of T)})
Inherits CalibrationStandardTwoPort(Of T)
[SerializableAttribute]
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class IdealIsolation : public CalibrationStandardTwoPort<T>
[<SerializableAttribute>]
type IdealIsolation<'T when 'T : new() and Object and IRealNumber<'T>> =
class
inherit CalibrationStandardTwoPort<'T>
end
IdealIsolation<T> | Initializes a new instance of the IdealIsolation<T> class |
Comments |
Comments
(Inherited from CalibrationStandard<T>) |
Frequency |
Frequency / Hz
(Inherited from CalibrationStandard<T>) |
FrequencyAtPorts |
Frequency at Ports / Hz
(Inherited from CalibrationStandard<T>) |
FrequencyConversions |
Frequency Conversions
(Inherited from CalibrationStandard<T>) |
HasZ0andGamma |
Has Z0 and Gamma
(Inherited from CalibrationStandard<T>) |
Identification |
Identification
(Inherited from DatabaseItem) |
IdNumber |
Id Number
(Inherited from DatabaseItem) |
IsVarCStandard |
Is Variable Standard (constant over frequency)?
(Inherited from CalibrationStandard<T>) |
IsVarFStandard |
Is Variable Standard (function of frequency)?
(Inherited from CalibrationStandard<T>) |
NFreq |
Number of Frequency Points
(Inherited from CalibrationStandard<T>) |
NParametersC |
Number of Parameters (constant over frequency)
(Inherited from CalibrationStandard<T>) |
NParametersF |
Number of Parameters (function of frequency)
(Inherited from CalibrationStandard<T>) |
NPorts |
Number of Ports
(Inherited from CalibrationStandardTwoPort<T>) |
NVariablesC |
Number of Variables (constant over frequency)
(Inherited from CalibrationStandard<T>) |
NVariablesF |
Number of Variables (function of frequency)
(Inherited from CalibrationStandard<T>) |
ParametersC |
Parameters (constant over frequency)
(Inherited from CalibrationStandard<T>) |
ParametersF |
Parameters (function of frequency)
(Inherited from CalibrationStandard<T>) |
VariablesC |
Variables (constant over frequency)
(Inherited from CalibrationStandard<T>) |
VariablesCLowerBound |
Variables (constant over frequency) Lower Bound
(Inherited from CalibrationStandard<T>) |
VariablesCUpperBound |
Variables (constant over frequency) Upper Bound
(Inherited from CalibrationStandard<T>) |
VariablesF |
Variables (function of frequency)
(Inherited from CalibrationStandard<T>) |
VariablesFLowerBound |
Variables (function of frequency) Lower Bound
(Inherited from CalibrationStandard<T>) |
VariablesFUpperBound |
Variables (function of frequency) Upper Bound
(Inherited from CalibrationStandard<T>) |
Zr |
Reference Impedance / Ohm
(Inherited from CalibrationStandard<T>) |
Compute |
Computes Standard Data
(Inherited from CalibrationStandard<T>) |
Compute1Freq |
Computes Standard Data for one Frequency Point
(Overrides CalibrationStandard<T>.Compute1Freq(Int32)) |
ComputeZ0andGamma |
Computes Z0 and Gamma
(Inherited from CalibrationStandard<T>) |
ConvertTo<T2> |
Convert To
(Overrides CalibrationStandard<T>.ConvertTo<T2>()) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init(Double[]) |
Initializes Calibration Standard
(Inherited from CalibrationStandard<T>) |
Init(Double[], FrequencyConversion[]) |
Initializes Calibration Standard
(Inherited from CalibrationStandard<T>) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |