public interface ICalibrationStandard<T> : IDatabaseItem
where T : new(), Object, IRealNumber<T>
Public Interface ICalibrationStandard(Of T As {New, Object, IRealNumber(Of T)})
Inherits IDatabaseItemgeneric<typename T>
where T : gcnew(), Object, IRealNumber<T>
public interface class ICalibrationStandard : IDatabaseItemtype ICalibrationStandard<'T when 'T : new() and Object and IRealNumber<'T>> =
interface
interface IDatabaseItem
end| Comments | Comments |
| Frequency | Frequency / Hz |
| FrequencyAtPorts | Frequency at Ports / Hz |
| FrequencyConversions | Frequency Conversions |
| HasZ0andGamma | Has Z0 and Gamma |
| Identification |
Identification
(Inherited from IDatabaseItem) |
| IdNumber |
Id Number
(Inherited from IDatabaseItem) |
| 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 of 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 |
| Compute | Computes Standard Data |
| Compute1Freq | Computes Standard Data for one Frequency Point |
| ComputeZ0andGamma | Computes Z0 and Gamma |
| ConvertToT2 | Convert To |
| Init(Double) | Initializes Calibration Standard |
| Init(Double, FrequencyConversion) | Initializes Calibration Standard |