Help Icon
Search Results for

    Show / Hide Table of Contents

    :SENSe:CORRection:FULLrange:OPEN[:EXEcute]

    Description

    Executes the OPEN calibration over the full range. If all the necessary calibration measurements have been performed on completion of this command, the calibration data is calculated and the calibration is enabled automatically.

    Note

    The calibration may take some time. Therefore, the command is implemented as overlapped command and can be awaited.

    Important

    The open calibration is only performable with the right measurement settings, otherwise a Settings Conflict Error is raised. E.g. it is not valid to perform an open calibration if the selected measurement mode is set to Gain - measurement.

    For more information about the calibration system please refer to Calibration.

    Syntax

    :SENSe<ch>:CORRection:FULLrange:OPEN[:EXEcute]

    Command Query
    Yes No

    To learn more about channels and traces, please refer to the SCPI command structure

    Sample usage

    Perform an Open Full Range Calibration and wait for its completion.

    visaSession.write(':CALC:PAR:DEF Z\n')
    visaSession.write(':SENS:Z:METH TSER\n')
    visaSession.write(':SENS:CORR:FULL:OPEN\n')
    response = visaSession.query('*OPC?\n')
    print(response)
    

    Related commands

    :SENSe:CORRection:FULLrange:LOAD[:EXECUTE]
    :SENSe:CORRection:FULLrange:SHORt[:EXECUTE]
    :SENSe:CORRection:FULLrange:THRU[:EXECUTE]
    :SENSe:CORRection:USERrange:LOAD[:EXECUTE]
    :SENSe:CORRection:USERrange:OPEN[:EXECUTE]
    :SENSe:CORRection:USERrange:SHORt[:EXECUTE]
    :SENSe:CORRection:USERrange:THRU[:EXECUTE]

    In this article
    Back to top Generated by DocFX