Logo
SCPI Command :
DISPlay:LOGO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# DISPlay:LOGO value: bool = driver.display.logo.get()
Activates/deactivates the printout of the Rohde & Schwarz company logo at the top of each page.
- Returns:
state: 1 | 0 | ON | OFF 1 | ON Logo is printed. 0 | OFF Logo is not printed.
- set(state: bool) None[source]
# DISPlay:LOGO driver.display.logo.set(state = False)
Activates/deactivates the printout of the Rohde & Schwarz company logo at the top of each page.
- Parameters:
state – 1 | 0 | ON | OFF 1 | ON Logo is printed. 0 | OFF Logo is not printed.