[SerializableAttribute]
public abstract class CalibrationStandard<T> : DatabaseItem,
ICalibrationStandard<T>, IDatabaseItem
where T : new(), Object, IRealNumber<T>
<SerializableAttribute>
Public MustInherit Class CalibrationStandard(Of T As {New, Object, IRealNumber(Of T)})
Inherits DatabaseItem
Implements ICalibrationStandard(Of T), IDatabaseItem
[SerializableAttribute]
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class CalibrationStandard abstract : public DatabaseItem,
ICalibrationStandard<T>, IDatabaseItem
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type CalibrationStandard<'T when 'T : new() and Object and IRealNumber<'T>> =
class
inherit DatabaseItem
interface ICalibrationStandard<'T>
interface IDatabaseItem
end
CalibrationStandardT | Initializes a new instance of the CalibrationStandardT class |
Comments | Comments |
Frequency | Frequency / Hz |
FrequencyAtPorts | Frequency at Ports / Hz |
FrequencyConversions | Frequency Conversions |
HasZ0andGamma | Has Z0 and Gamma |
Identification |
Identification
(Inherited from DatabaseItem) |
IdNumber |
Id Number
(Inherited from DatabaseItem) |
IsVarCStandard | Is Variable Standard (constant over frequency)? |
IsVarFStandard | Is Variable Standard (function of frequency)? |
NFreq | Number of Frequency Points |
NParametersC | Number of Parameters (constant over frequency) |
NParametersF | Number of Parameters (function of frequency) |
NPorts | Number of Ports |
NVariablesC | Number of Variables (constant over frequency) |
NVariablesF | Number of Variables (function of frequency) |
ParametersC | Parameters (constant over frequency) |
ParametersF | Parameters (function of frequency) |
VariablesC | Variables (constant over frequency) |
VariablesCLowerBound | Variables (constant over frequency) Lower Bound |
VariablesCUpperBound | Variables (constant over frequency) Upper Bound |
VariablesF | Variables (function of frequency) |
VariablesFLowerBound | Variables (function of frequency) Lower Bound |
VariablesFUpperBound | Variables (function of frequency) Upper Bound |
Zr | Reference Impedance / Ohm |
Compute | Computes Standard Data |
Compute1Freq | Computes Standard Data for one Frequency Point |
ComputeZ0andGamma | Computes Z0 and Gamma |
ConvertToT2 | Convert To |
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 |
Init(Double, FrequencyConversion) | Initializes Calibration Standard |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |