Help Icon
Search Results for

    Show / Hide Table of Contents

    :SYSTem:ERRor:COUNt

    Description

    This command gets the the number of errors in the error queue. If the queue is empty zero will be retruned. Use :SYSTem:ERRor[:NEXT]? to read an error.

    Syntax

    :SYSTem:ERRor:COUNt?

    Command Query
    Query Response
    No Yes The actual number of errors in the error queue.

    Sample usage

    response = visaSession.query(':SYST:ERR:COUN?\n')
    print(response)
    

    Output

    0

    Related commands

    :SYSTem:ERRor:ALL?
    :SYSTem:ERRor[:NEXT]?
    :SYSTem:ERRor:COUNt?

    References

    Error List of all posible errors

    In this article
    Back to top Generated by DocFX