Control
SCPI Command :
HCOPy:TREPort:ITEM:LOGO:CONTrol
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() HardcopyLogo[source]
# HCOPy:TREPort:ITEM:LOGO:CONTrol value: enums.HardcopyLogo = driver.hardCopy.treport.item.logo.control.get()
This command selects how often the logo is displayed in the document.
- Returns:
repetition: ALWays The logo is displayed at the top of every page of the report. NEVer The logo is displayed on no page of the report. ONCE The logo is displayed on the first page of each dataset.
- set(repetition: HardcopyLogo) None[source]
# HCOPy:TREPort:ITEM:LOGO:CONTrol driver.hardCopy.treport.item.logo.control.set(repetition = enums.HardcopyLogo.ALWays)
This command selects how often the logo is displayed in the document.
- Parameters:
repetition – ALWays The logo is displayed at the top of every page of the report. NEVer The logo is displayed on no page of the report. ONCE The logo is displayed on the first page of each dataset.