[SerializableAttribute]
public class UnknownAgilentModelStandard<T> : AgilentModelStandard<T>
where T : new(), Object, IRealNumber<T>
<SerializableAttribute>
Public Class UnknownAgilentModelStandard(Of T As {New, Object, IRealNumber(Of T)})
Inherits AgilentModelStandard(Of T)[SerializableAttribute]
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public ref class UnknownAgilentModelStandard : public AgilentModelStandard<T>[<SerializableAttribute>]
type UnknownAgilentModelStandard<'T when 'T : new() and Object and IRealNumber<'T>> =
class
inherit AgilentModelStandard<'T>
end| UnknownAgilentModelStandardT | Initializes a new instance of the UnknownAgilentModelStandardT class |
| Comments |
Comments
(Inherited from CalibrationStandardT) |
| CutoffFrequency |
Cutoff Frequency / Hz
(Inherited from AgilentModelStandardT) |
| ElectricalSpecifications |
Electrical Specifications
(Inherited from AgilentModelStandardT) |
| ElectricalSpecificationsDelayThru |
Electrical Specifications (used for Delay Thru)
(Inherited from AgilentModelStandardT) |
| ElectricalSpecificationsHighReflect |
Electrical Specifications (used for High Reflect)
(Inherited from AgilentModelStandardT) |
| Frequency |
Frequency / Hz
(Inherited from CalibrationStandardT) |
| FrequencyAtPorts |
Frequency at Ports / Hz
(Inherited from CalibrationStandardT) |
| FrequencyConversions |
Frequency Conversions
(Inherited from CalibrationStandardT) |
| HasZ0andGamma |
Has Z0 and Gamma
(Inherited from CalibrationStandardT) |
| HeightWidthRatio |
Height / Width Ratio
(Inherited from AgilentModelStandardT) |
| Identification |
Identification
(Inherited from DatabaseItem) |
| IdNumber |
Id Number
(Inherited from DatabaseItem) |
| IsVarCStandard |
Is Variable Standard (constant over frequency)?
(Inherited from CalibrationStandardT) |
| IsVarFStandard |
Is Variable Standard (function of frequency)?
(Inherited from CalibrationStandardT) |
| Media |
Standard Media
(Inherited from AgilentModelStandardT) |
| NFreq |
Number of Frequency Points
(Inherited from CalibrationStandardT) |
| NParametersC |
Number of Parameters (constant over frequency)
(Inherited from CalibrationStandardT) |
| NParametersF |
Number of Parameters (function of frequency)
(Inherited from CalibrationStandardT) |
| NPorts |
Number of Ports
(Inherited from AgilentModelStandardT) |
| NVariablesC |
Number of Variables (constant over frequency)
(Inherited from CalibrationStandardT) |
| NVariablesF |
Number of Variables (function of frequency)
(Inherited from CalibrationStandardT) |
| OffsetDelay |
Offset Delay / s
(Inherited from AgilentModelStandardT) |
| OffsetLoss |
Offset Loss / (Ohm/s)
(Inherited from AgilentModelStandardT) |
| OffsetZ0 |
Offset Z0 / Ohm
(Inherited from AgilentModelStandardT) |
| P0 |
L0 / H, C0 / F
(Inherited from AgilentModelStandardT) |
| P1 |
L1 / (H/Hz), C1 / (F/Hz)
(Inherited from AgilentModelStandardT) |
| P2 |
L2 / (H/Hz^2), C2 / (F/Hz^2)
(Inherited from AgilentModelStandardT) |
| P3 |
L3 / (H/Hz^3), C3 / (F/Hz^3)
(Inherited from AgilentModelStandardT) |
| ParametersC |
Parameters (constant over frequency)
(Inherited from CalibrationStandardT) |
| ParametersF |
Parameters (function of frequency)
(Inherited from CalibrationStandardT) |
| Type |
Standard Type
(Inherited from AgilentModelStandardT) |
| VariablesC |
Variables (constant over frequency)
(Inherited from CalibrationStandardT) |
| VariablesCLowerBound |
Variables (constant over frequency) Lower Bound
(Inherited from CalibrationStandardT) |
| VariablesCUpperBound |
Variables (constant over frequency) Upper Bound
(Inherited from CalibrationStandardT) |
| VariablesF |
Variables (function of frequency)
(Inherited from CalibrationStandardT) |
| VariablesFLowerBound |
Variables (function of frequency) Lower Bound
(Inherited from CalibrationStandardT) |
| VariablesFUpperBound |
Variables (function of frequency) Upper Bound
(Inherited from CalibrationStandardT) |
| Zr |
Reference Impedance / Ohm
(Inherited from CalibrationStandardT) |
| Compute |
Computes Standard Data
(Inherited from CalibrationStandardT) |
| Compute1Freq |
Computes Standard Data for one Frequency Point
(Overrides AgilentModelStandardTCompute1Freq(Int32)) |
| ComputeZ0andGamma |
Computes Z0 and Gamma
(Inherited from CalibrationStandardT) |
| ConvertToT2 |
Convert To
(Overrides AgilentModelStandardTConvertToT2) |
| 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 CalibrationStandardT) |
| Init(Double, FrequencyConversion) |
Initializes Calibration Standard
(Overrides AgilentModelStandardTInit(Double, FrequencyConversion)) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |