:SYSTem:LOCK:OWNer
Description
This query returns which session currently has the lock. If no session has a lock NONE
will be returned.
Syntax | Response |
---|---|
:SYSTem:LOCK:OWNer |
<string > |
Response value | meaning |
---|---|
<string > |
the actual lock information |
The format of the readout character string is as follows:
If no session has a lock NONE
will be returned
otherwise
"{application id} {application version},{lock type},{ip-address 1}[,{ip-address 2},...,{ip-address N}]"
- {application id}: the application identifier
Bode Analyzer Suite
,ScpiServer
orAutomationInterface
- {application version}: the version of the application holding the lock
- {lock type}: the I/O interface type
Ethernet
,EthernetViaUsb
,Usb
orInternal
- {ip-address n}: ip-address or host name of the computer holding the lock in case of application identifier
Bode Analyzer Suite
andAutomationInterface
(n = 1
). The ip addresses or host names of the connected SCPI clients in case of application identifierScpiServer
(n=1..N
).
Where N
is the number of connected SCPI clients.