SCPI.LXI.IDENtify.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.LXI.IDENtify.STATe = Status

Status = SCPI.LXI.IDENtify.STATe

Description

This command sets or gets the LXI Status Indicator state.

Variable

Parameter

Status

Description

ON/OFF LXI Control Identification

Data Type

Boolean type (Boolean)

Range

Select from the following:

True or On: Sets the LXI Status Indicator to the 'IDENTIFY' state.

False or Off: Set the LXI Status Indicator to the 'NORMAL' state.

Preset Value

False

Unit

-

Resolution

-

Examples

Dim Var as Boolean
SCPI.LXI.IDENtify.STATe = True
Var = SCPI.LXI.IDENtify.STATe

Equivalent Key

There is no equivalent key is available on the front panel. However, the similar key is:

System > Misc Setup > Network Setup > LAN Dialog...

Equivalent SCPI Command

Syntax

:LXI:IDENtify[:STATe] {ON|OFF|1|0}

:LXI:IDENtify[:STATe]?

Query Response

{1|0}<newline><^END>

Example of use

10 OUTPUT 717;":LXI:IDEN ON"
20 OUTPUT 717;":LXI:IDEN?"
30 ENTER 717;A