Interface GainUserCalibrationValues
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("012E1564-6FE1-4326-B5C2-9EB6A2B855EE")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface GainUserCalibrationValues
Properties
Thru
Gets the calibration values for the Thru calibration.
Declaration
UserThruCalibrationValues Thru { get; }
Property Value
Type | Description |
---|---|
UserThruCalibrationValues | The thru calibration values. |