DeviceFootprint

SCPI Command :

SYSTem:DFPRint
class DeviceFootprintCls[source]

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

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

Generates an XML file with footprint information about the instrument.

return:

xml_device_footprint: block Block data element containing the XML file contents.

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

Generates an XML file with footprint information about the instrument.

param path:

No help available