Information

SCPI Commands :

SYSTem:INFormation:SCPI
SYSTem:INFormation:SR
Commands in total: 4
Subgroups: 1
Direct child commands: 2
get_scpi() str[source]
# SYSTem:INFormation:SCPI
value: str = driver.system.information.get_scpi()

Inserts system information in recorded SCPI command lists, for example information on a missing command.

Returns:

info_string: string

get_sr() str[source]
# SYSTem:INFormation:SR
value: str = driver.system.information.get_sr()

No help available

set_scpi(info_string: str) None[source]
# SYSTem:INFormation:SCPI
driver.system.information.set_scpi(info_string = 'abc')

Inserts system information in recorded SCPI command lists, for example information on a missing command.

Parameters:

info_string – string

set_sr(sr_info: str) None[source]
# SYSTem:INFormation:SR
driver.system.information.set_sr(sr_info = 'abc')

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
information_copy = driver.system.information.clone()

Subgroups