Mdescription

SCPI Command :

SYSTem:LXI:MDEScription
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# SYSTem:LXI:MDEScription
value: str = driver.system.lxi.mdescription.get()

This command defines the ‘LAN’ instrument description.

Returns:

description: String containing the instrument description.

set(description: str) None[source]
# SYSTem:LXI:MDEScription
driver.system.lxi.mdescription.set(description = 'abc')

This command defines the ‘LAN’ instrument description.

Parameters:

description – String containing the instrument description.