Interface GainFullCalibrationValues
Contains the calibration values for the gain calibration.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("984CF610-2B90-4D60-9505-00D173713D6E")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface GainFullCalibrationValues
Properties
Thru
Gets the calibration values for the Thru calibration.
Declaration
FullThruCalibrationValues Thru { get; }
Property Value
Type | Description |
---|---|
FullThruCalibrationValues | The thru calibration values. |