Logo
SCPI Command :
HCOPy:TREPort:ITEM:LOGO
- class LogoCls[source]
Logo commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() str [source]
# SCPI: HCOPy:TREPort:ITEM:LOGO value: str = driver.hardCopy.treport.item.logo.get()
No command help available
- return
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]
# SCPI: HCOPy:TREPort:ITEM:LOGO driver.hardCopy.treport.item.logo.set(filename = 'abc')
No command help available
- param 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 clone of the original group, that exists independently
group2 = driver.hardCopy.treport.item.logo.clone()
Subgroups