DeviceFootprint

SCPI Command :

SYSTem:DFPRint
class DeviceFootprintCls[source]

DeviceFootprint commands group definition. 3 total commands, 1 Subgroups, 1 group commands

get() str[source]
# SCPI: SYSTem:DFPRint
value: str = driver.system.deviceFootprint.get()

Queries the device footprint of the instrument. The retrieved information is in machine-readable form suitable for automatic further processing. If you are obtaining technical support as described in ‘Collecting information for technical support’, this information is automatically retrieved and is part of the created *.tar.gz support file.

return

device_footprint: string Information on the instrument type, device identification and details on the installed FW version, hardware and software options.

set(directory: str) None[source]
# SCPI: SYSTem:DFPRint
driver.system.deviceFootprint.set(directory = 'abc')

Queries the device footprint of the instrument. The retrieved information is in machine-readable form suitable for automatic further processing. If you are obtaining technical support as described in ‘Collecting information for technical support’, this information is automatically retrieved and is part of the created *.tar.gz support file.

param directory

No help available

Cloning the Group

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

Subgroups