Command/Query
:LXI:IDENtify[:STATe] {ON|OFF|1|0}
:LXI:IDENtify[:STATe]?
This command sets or gets the LXI Status Indicator state.
Parameter |
Selection Option |
Description |
ON/OFF LXI Control Identification |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":LXI:IDEN " & Str(Var), True
Ena.WriteString ":LXI:IDEN?", True
Var=Ena.ReadNumber
No equivalent key is available on the front panel.
SCPI.LXI.IDENTIFY.STATE