public interface IVisaDevice<T> : ICalibrationStandard<T>,
IDatabaseItem
where T : new(), Object, IRealNumber<T>
Public Interface IVisaDevice(Of T As {New, Object, IRealNumber(Of T)})
Inherits ICalibrationStandard(Of T), IDatabaseItem
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
public interface class IVisaDevice : ICalibrationStandard<T>,
IDatabaseItem
type IVisaDevice<'T when 'T : new() and Object and IRealNumber<'T>> =
interface
interface ICalibrationStandard<'T>
interface IDatabaseItem
end
Comments |
Comments
(Inherited from ICalibrationStandardT) |
Driver | Driver |
Frequency |
Frequency / Hz
(Inherited from ICalibrationStandardT) |
FrequencyAtPorts |
Frequency at Ports / Hz
(Inherited from ICalibrationStandardT) |
FrequencyConversions |
Frequency Conversions
(Inherited from ICalibrationStandardT) |
HasZ0andGamma |
Has Z0 and Gamma
(Inherited from ICalibrationStandardT) |
Identification |
Identification
(Inherited from IDatabaseItem) |
IdNumber |
Id Number
(Inherited from IDatabaseItem) |
IsVarCStandard |
Is Variable Standard (constant over frequency)?
(Inherited from ICalibrationStandardT) |
IsVarFStandard |
Is Variable Standard (function of frequency)?
(Inherited from ICalibrationStandardT) |
NFreq |
Number of Frequency Points
(Inherited from ICalibrationStandardT) |
NParametersC |
Number of Parameters (constant over of frequency)
(Inherited from ICalibrationStandardT) |
NParametersF |
Number of Parameters (function of frequency)
(Inherited from ICalibrationStandardT) |
NPorts |
Number of Ports
(Inherited from ICalibrationStandardT) |
NVariablesC |
Number of Variables (constant over frequency)
(Inherited from ICalibrationStandardT) |
NVariablesF |
Number of Variables (function of frequency)
(Inherited from ICalibrationStandardT) |
ParametersC |
Parameters (constant over frequency)
(Inherited from ICalibrationStandardT) |
ParametersF |
Parameters (function of frequency)
(Inherited from ICalibrationStandardT) |
Resource | Resource |
VariablesC |
Variables (constant over frequency)
(Inherited from ICalibrationStandardT) |
VariablesCLowerBound |
Variables (constant over frequency) Lower Bound
(Inherited from ICalibrationStandardT) |
VariablesCUpperBound |
Variables (constant over frequency) Upper Bound
(Inherited from ICalibrationStandardT) |
VariablesF |
Variables (function of frequency)
(Inherited from ICalibrationStandardT) |
VariablesFLowerBound |
Variables (function of frequency) Lower Bound
(Inherited from ICalibrationStandardT) |
VariablesFUpperBound |
Variables (function of frequency) Upper Bound
(Inherited from ICalibrationStandardT) |
Zr |
Reference Impedance
(Inherited from ICalibrationStandardT) |
Compute |
Computes Standard Data
(Inherited from ICalibrationStandardT) |
Compute1Freq |
Computes Standard Data for one Frequency Point
(Inherited from ICalibrationStandardT) |
ComputeZ0andGamma |
Computes Z0 and Gamma
(Inherited from ICalibrationStandardT) |
ConvertToT2 |
Convert To
(Inherited from ICalibrationStandardT) |
Init(Double) |
Initializes Calibration Standard
(Inherited from ICalibrationStandardT) |
Init(Double, FrequencyConversion) |
Initializes Calibration Standard
(Inherited from ICalibrationStandardT) |