Propety (Read-Write)
SCPI.LXI.IDENtify.STATe = Status
Status = SCPI.LXI.IDENtify.STATe
This command sets/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: Sets the LXI Status Indicator to the "NORMAL" state. |
Preset value |
False or OFF |
Unit |
- |
Resolution |
- |
Dim Var as Boolean
SCPI.LXI.IDENtify.STATe = True
Var = SCPI.LXI.IDENtify.STATe
There is now equivalent key 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