• General
  • API Documentation

    Show / Hide Table of Contents
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface
      • Bode100
      • BodeAutomation
      • BodeAutomationImplementation
      • Calibration
      • CalibrationValues
      • CorrectionValues
      • DeviceAddedDelegate
      • DeviceConfigurationImplementation
      • DeviceRemovedDelegate
      • FullRangeIsActiveChanged_Delegate
      • FullRangeIsAvailableChanged_Delegate
      • InternalCalibrationCallbackDelegate
      • InternalCalibrationImplementation
      • MeasurementImplementation
      • NewResultAvailableDelegate
      • Results
      • UserRangeIsActiveChanged_Delegate
      • UserRangeIsAvailableChanged_Delegate
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.DataTypes
      • Complex
      • IComplex
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
      • AngleUnit
      • Attenuator
      • CalibrationMultiModeToggle
      • Connection
      • ExecutionState
      • LevelUnit
      • LogLevel
      • MagnitudeUnit
      • ReceiverBandwidth
      • SourceMode
      • SweepMode
      • Termination
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Helper
      • AutomationInterfaceHelpers
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces
      • Attenuation
      • BodeAutomationInterface
      • BodeDevice
      • DeviceConfiguration
      • DeviceProperties
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
      • FullLoadCalibrationValues
      • FullOpenCalibrationValues
      • FullShortCalibrationValues
      • FullThruCalibrationValues
      • GainCalibration
      • GainFullCalibrationValues
      • GainFullRange
      • GainUserCalibrationValues
      • GainUserRange
      • ImpedanceCalibration
      • ImpedanceFullCalibrationValues
      • ImpedanceFullRange
      • ImpedanceUserCalibrationValues
      • ImpedanceUserRange
      • InternalCalibration
      • MultiModeCalibration
      • MultiModeFullCalibrationValues
      • MultiModeFullRange
      • MultiModeUserCalibrationValues
      • MultiModeUserRange
      • UserLoadCalibrationValues
      • UserOpenCalibrationValues
      • UserShortCalibrationValues
      • UserThruCalibrationValues
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Events
      • IBode100Events
      • IMeasurementEvent
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Measurements
      • AdapterMeasurement
      • ExternalBridgeMeasurement
      • GainMeasurement
      • Impedance
      • OnePortMeasurement
      • Reflection
      • S11ExternalCouplerMeasurement
      • S11OnePortMeasurement
      • S21Measurement
      • SeriesThruMeasurement
      • ShuntThruMeasurement
      • Transmission
      • VoltageCurrentGainMeasurement
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.PortExtension
      • CableLosses
      • PortExtension
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results
      • AdmittanceResult
      • GainResults
      • ImpedanceResult
      • ReflectionResult
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Results.SpecialResults
      • OverloadResult
      • Vrms
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Shaping
      • AttenuatorShaping
      • BandwidthShaping
      • Shaping
      • SourceShaping
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.PortExtension
      • CableLossImpl
      • PortExtensionImpl
    • OmicronLab.VectorNetworkAnalysis.AutomationInterface.Shaping
      • AttenuatorShapingImpl
      • BandwidthShapingImpl
      • ShapingImpl
      • SourceShapingImpl

    Interface InternalCalibration

    Internal calibration settings.

    Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Interfaces.Calibration
    Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.22.1690.0)
    Syntax
    [Guid("8869BB07-BCC0-4386-8BA1-64B95BEF9174")]
    [InterfaceType(ComInterfaceType.InterfaceIsDual)]
    [ComVisible(true)]
    public interface InternalCalibration

    Properties

    DateExecuted

    Gets the date from the last internal calibration in UTC.

    Declaration
    DateTime DateExecuted { get; }
    Property Value
    Type Description
    DateTime

    The date as DateTime.

    Remarks

    NOT supported in LabWindows CVI and Delphi. Alternatively DateExecutedAsString(String) can be used.

    DateExecutedTimeStamp

    Gets the date from the last internal calibration.

    Declaration
    long DateExecutedTimeStamp { get; }
    Property Value
    Type Description
    System.Int64

    The date as Unix time stamp.

    Remarks

    The Unix time stamp is the number of seconds between a particular date and the Unix Epoch 'January 1st, 1970 at UTC'.

    LocalDateExecuted

    Gets the date from the last internal calibration in local time.

    Declaration
    DateTime LocalDateExecuted { get; }
    Property Value
    Type Description
    DateTime

    The date as DateTime.

    Remarks

    NOT supported in LabWindows CVI and Delphi. Alternatively DateExecutedAsString(String) can be used.

    Methods

    DateExecutedAsString(String)

    Converts the value of the execution date in UTC to its equivalent string representation using the specified format and the formatting conventions of the current culture.

    Declaration
    string DateExecutedAsString(string format)
    Parameters
    Type Name Description
    System.String format

    The format.

    Returns
    Type Description
    System.String
    Remarks

    The format parameter should contain either a single format specifier character (see Standard Date and Time Format String (e.g. 'u' describing the Universal sortable date/time pattern)) or a custom format pattern (see Custom Date and Time Format Strings (e.g. 'yyyy-MM-dd HH:mm')) that defines the format of the returned string. If format is null or an empty string, the general format specifier, 'G', is used.

    Execute()

    Executes the internal calibration.

    Declaration
    ExecutionState Execute()
    Returns
    Type Description
    ExecutionState

    LocalDateExecutedAsString(String)

    Converts the value of the execution date in local time to its equivalent string representation using the specified format and the formatting conventions of the current culture.

    Declaration
    string LocalDateExecutedAsString(string format)
    Parameters
    Type Name Description
    System.String format

    The format.

    Returns
    Type Description
    System.String
    Remarks

    The format parameter should contain either a single format specifier character (see Standard Date and Time Format String (e.g. 'u' describing the Universal sortable date/time pattern)) or a custom format pattern (see Custom Date and Time Format Strings (e.g. 'yyyy-MM-dd HH:mm')) that defines the format of the returned string. If format is null or an empty string, the general format specifier, 'G', is used.

    Back to top Generated by DocFX