SCPI.IEEE4882.IDN

Object type

Property (Read Only)

Syntax

Cont = SCPI.IEEE4882.IDN

Description

This command reads the product information (manufacturer, model number, serial number, and firmware revision number) of the E5061B.

Variable

Parameter

Cont

Description

Product information ("{string 1},{string 2},{string 3},{string 4}")

  •  {string 1}: Manufacturer. Keysight Technologies is always read out.

  •  {string 2}: Model number. E5061B is always read out.

  •  {string 3}: Serial number (example: MY123400101).

  •  {string 4}: Firmware revision number (example: A.07.00).

Data type

Character string type (String)

Examples

Dim Who As String
Who = SCPI.IEEE4882.IDN

Equivalent key

System > Firmware Revision

Equivalent SCPI command

Syntax

*IDN?

Query response

{string 1},{string 2},{string 3},{string 4}<newline><^END>

Example of use

10 OUTPUT 717;"*IDN?"
20 ENTER 717;A$