Lserver

SCPI Commands :

LSERver:OPTions
LSERver:READy
LSERver:STATus
class LserverCls[source]

Lserver commands group definition. 4 total commands, 1 Subgroups, 3 group commands

get_options() str[source]
# SCPI: LSERver:OPTions
value: str = driver.lserver.get_options()

Queries the available options.

return:

options: string

get_ready() bool[source]
# SCPI: LSERver:READy
value: bool = driver.lserver.get_ready()

Queries the status of the license server.

return:

ready: ON| OFF| 1| 0

get_status() str[source]
# SCPI: LSERver:STATus
value: str = driver.lserver.get_status()

Queries the status of the license server.

return:

status: string

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.lserver.clone()

Subgroups