• General
    • Automated Measurements Overview
    • System Requirements
    • Measurement Modes and Default Settings
  • Bode Automation Interface
    • Documentation
    • Command Reference
    • Changelog
  • SCPI
    • Documentation
    • Command Reference
    • Error Handling
    • Changelog

    Show / Hide Table of Contents
    • Bode Automation Interface Overview
    • Step-by-Step Examples C#
    • Add Reference
    • Calibration
    • Restrictions
    • Asynchronous
    • Results
    • Bode Automation Interface Changelog

    Asynchronous

    Asynchronous Operations

    For .NET languages one has the option of using asynchronous functions.
    The following methods are available in asynchronous mode:

    Impedance Calibration

    Asynchronous Function Comment
    ImpedanceCalibration.SaveCalibrationAsync Save calibration to file.
    ImpedanceCalibration.SaveCalibrationAsStreamAsync Save calibration to stream.
    ImpedanceCalibration.LoadCalibrationAsync Obsolete! Load calibration from file.
    ImpedanceCalibration.LoadCalibrationFromStreamAsync Obsolete! Load calibration from stream.
    ImpedanceFullRange.LoadCalibrationAsync Load Full Range calibration from file. Replacement for obsolete method.
    ImpedanceUserRange.LoadCalibrationAsync Load USer Range calibration from file. Replacement for obsolete method.
    ImpedanceFullRange.LoadCalibrationFromStreamAsync Load Full Range calibration from stream. Replacement for obsolete method.
    ImpedanceUserRange.LoadCalibrationFromStreamAsync Load User Range calibration from stream. Replacement for obsolete method.

    Gain Calibration

    Asynchronous Function Comment
    GainCalibration.SaveCalibrationAsync Save calibration to file.
    GainCalibration.SaveCalibrationAsStreamAsync Save calibration to stream.
    GainCalibration.LoadCalibrationAsync Obsolete! Load calibration from file.
    GainCalibration.LoadCalibrationFromStreamAsync Obsolete! Load calibration from stream.
    GainFullRange.LoadCalibrationAsync Load Full Range calibration from file. Replacement for obsolete method.
    GainUserRange.LoadCalibrationAsync Load USer Range calibration from file. Replacement for obsolete method.
    GainFullRange.LoadCalibrationFromStreamAsync Load Full Range calibration from stream. Replacement for obsolete method.
    GainUserRange.LoadCalibrationFromStreamAsync Load User Range calibration from stream. Replacement for obsolete method.

    Multimode Calibration

    Asynchronous Function Comment
    MultiModeCalibration.SaveCalibrationAsync Save calibration to file.
    MultiModeCalibration.SaveCalibrationAsStreamAsync Save calibration to stream.
    MultiModeCalibration.LoadCalibrationAsync Obsolete! Load calibration from file.
    MultiModeCalibration.LoadCalibrationFromStreamAsync Obsolete! Load calibration from stream.
    MultiModeFullRange.LoadCalibrationAsync Load Full Range calibration from file. Replacement for obsolete method.
    MultiModeUserRange.LoadCalibrationAsync Load USer Range calibration from file. Replacement for obsolete method.
    MultiModeFullRange.LoadCalibrationFromStreamAsync Load Full Range calibration from stream. Replacement for obsolete method.
    MultiModeUserRange.LoadCalibrationFromStreamAsync Load User Range calibration from stream. Replacement for obsolete method.
    Back to top Generated by DocFX