Help Icon
Search Results for

    Show / Hide Table of Contents

    :SYSTem:LOCK:OWNer

    Description

    This query returns which session currently has the lock. If no session has a lock NONE will be returned.

    • Query
    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 or AutomationInterface
    • {application version}: the version of the application holding the lock
    • {lock type}: the I/O interface type Ethernet, EthernetViaUsb, Usb or Internal
    • {ip-address n}: ip-address or host name of the computer holding the lock in case of application identifier Bode Analyzer Suite and AutomationInterface (n = 1). The ip addresses or host names of the connected SCPI clients in case of application identifier ScpiServer (n=1..N).

    Where N is the number of connected SCPI clients.

    Related commands

    :SYSTem:LOCK:REQuest

    :SYSTem:LOCK:RELease

    :SYSTem:LOCK:OWNer

    In this article
    Back to top Generated by DocFX