Control

SCPI Command :

HCOPy:TREPort:ITEM:LOGO:CONTrol
class ControlCls[source]

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

get() RsFsw.enums.HardcopyLogo[source]
# SCPI: 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.

return

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: RsFsw.enums.HardcopyLogo) None[source]
# SCPI: 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.

param 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.