Interface MultiModeFullCalibrationValues
Contains the calibration values for the impedance calibration.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("788863ED-6141-4500-B28E-2DB07B747EFE")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface MultiModeFullCalibrationValues
Properties
Load
Gets the calibration values for the load calibration.
Declaration
FullLoadCalibrationValues Load { get; }
Property Value
Type | Description |
---|---|
FullLoadCalibrationValues | The load calibration values. |
Open
Gets the calibration values for the open calibration.
Declaration
FullOpenCalibrationValues Open { get; }
Property Value
Type | Description |
---|---|
FullOpenCalibrationValues | The open calibration values. |
Short
Gets the calibration values for the short calibration.
Declaration
FullShortCalibrationValues Short { get; }
Property Value
Type | Description |
---|---|
FullShortCalibrationValues | The short calibration values. |
Thru
Gets the calibration values for the Thru calibration.
Declaration
FullThruCalibrationValues Thru { get; }
Property Value
Type | Description |
---|---|
FullThruCalibrationValues | The thru calibration values. |