Property (Read-Write)
SCPI.LXI.IDENtify.STATe = Status
Status = SCPI.LXI.IDENtify.STATe
This command sets or gets the LXI Status Indicator state.
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 |
- |
Dim Var as Boolean
SCPI.LXI.IDENtify.STATe = True
Var = SCPI.LXI.IDENtify.STATe
There is no equivalent key is available on the front panel. However, the similar key is:
System > Misc Setup > Network Setup > LAN Dialog...
:LXI:IDENtify[:STATe] {ON|OFF|1|0}
:LXI:IDENtify[:STATe]?
{1|0}<newline><^END>
10 OUTPUT 717;":LXI:IDEN ON"
20 OUTPUT 717;":LXI:IDEN?"
30 ENTER 717;A