Help Icon
Search Results for

    Show / Hide Table of Contents

    :MMEMory:LOAD:CORRection:USERrange

    Description

    Allows to load the previously saved user-range calibration from the device when connected to a Bode 500 device or from the local file system when measuring with Bode 100.

    Important

    In case of Bode 100 devices the parameter must represent a valid file format and must have '.mcalx' file extension. If no path information is provided the calibration file will be loaded from the default directory C:\ProgramData\OMICRON_Lab\BodeAnalyzer\Scpi\Calibration.
    For Bode 500 only a valid file name is required (NO file path information allowed, extension not required).

    Syntax

    :MMEMory:LOAD:CORRection:USERrange

    Command Query
    Yes No
    Parameters
    Accepted Format
    Allowed Suffixes
    Possible Errors
    Description
    <string> string value none Illegal parameter value, File name not found--256 The calibration file name.

    Sample usage

    Initialize a S21 measurement and load a previously saved file from the file system.

    visaSession.write(':CALC:PAR:DEF S21\n')
    # wait for the action to finish
    visaSession.query('*OPC?\n')
    
    visaSession.write(':MMEM:LOAD:CORR:USER "s21calibration.mcalx"\n')
    # wait for the action to finish
    visaSession.query('*OPC?\n')
    

    Related commands

    :MMEMory:CATalog:CORRection
    :MMEMory:DELete:CORRection
    :MMEMory:LOAD:CORRection:FULLrange
    :MMEMory:LOAD:CORRection:USERrange
    :MMEMory:STORe:CORRection

    In this article
    Back to top Generated by DocFX