Logo
SCPI Command :
HCOPy:TREPort:ITEM:LOGO
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() str[source]
# HCOPy:TREPort:ITEM:LOGO value: str = driver.hardCopy.treport.item.logo.get()
No help available
- Returns:
filename: String containing the location and name of the picture. You can use the following file types: bmp, jpg, png, gif, emf or wmf format.
- set(filename: str) None[source]
# HCOPy:TREPort:ITEM:LOGO driver.hardCopy.treport.item.logo.set(filename = 'abc')
No help available
- Parameters:
filename – String containing the location and name of the picture. You can use the following file types: bmp, jpg, png, gif, emf or wmf format.
Cloning the Group
# Create a copy of the original group, that exists independently
logo_copy = driver.hardCopy.treport.item.logo.clone()
Subgroups