Interface FullOpenCalibrationValues
Contains the calibrations for the full range open calibration.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("2C3AF518-3E35-4510-8DB2-FAAF37206B31")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface FullOpenCalibrationValues
Properties
AF
Gets the calibration values for the audio frequency range.
Declaration
Complex[] AF { get; }
Property Value
Type | Description |
---|---|
Complex[] |
RF
Gets the calibration values for the radio frequency range.
Declaration
Complex[] RF { get; }
Property Value
Type | Description |
---|---|
Complex[] |