• General
  • API Documentation

    Show / Hide Table of Contents
    • Quick Start Page
    • Add AI Reference
    • Measurement Modes
    • Calibration
    • Restrictions
    • Asynchronous
    • The Results
    • 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