Help Icon
Search Results for

    Show / Hide Table of Contents

    *IDN?

    Description

    This command reads the product information of the attached measurement device.

    Syntax

    *IDN?

    Command Query
    Query Response
    No Yes manufacturer,model,serial number,firmware level

    Sample usage

    response = visaSession.query('*IDN?\n')
    print(response)
    

    Output

    OmicronLab, Bode 100, 20353, 1.0

    Related commands

    *CLS

    In this article
    Back to top Generated by DocFX