DeviceFootprint
SCPI Command :
SYSTem:DFPRint
- Commands in total: 3Subgroups: 1Direct child commands: 1
- get() str[source]
# 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.
- Returns:
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]
# 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.
Cloning the Group
# Create a copy of the original group, that exists independently
deviceFootprint_copy = driver.system.deviceFootprint.clone()
Subgroups