Interface UserLoadCalibrationValues
Contains the calibrations for the user range load calibration.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("B209C00B-4AEC-472B-98E7-1BF7E905E9A8")]
[InterfaceType(ComInterfaceType.InterfaceIsDual)]
[ComVisible(true)]
public interface UserLoadCalibrationValues
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[] |