Enum CalibrationMultiModeToggle
Enum to set the preferred calibration in multi mode.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("4449DB29-C6EA-4486-A338-C180EF80FC11")]
[ComVisible(true)]
public enum CalibrationMultiModeToggle
Fields
Name | Description |
---|---|
Gain = 1 | Indicates that the thru calibration will be used in multi mode calibration. |
Impedance = 2 | Indicates that the open/short/load calibration will be used in multi mode calibration. |
NoCalibration = 0 | Indicates that no calibration is performed. |